public static class ContextualPatch.HunkReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.cloudbees.diff.Hunk |
hunk |
| Constructor and Description |
|---|
ContextualPatch.HunkReport(ContextualPatch.PatchStatus status,
java.lang.Throwable failure,
int index,
int fuzz,
int hunkID) |
ContextualPatch.HunkReport(ContextualPatch.PatchStatus status,
java.lang.Throwable failure,
int index,
int fuzz,
int hunkID,
com.cloudbees.diff.Hunk hunk) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getFailure() |
int |
getFuzz() |
int |
getHunkID() |
int |
getIndex() |
ContextualPatch.PatchStatus |
getStatus() |
public ContextualPatch.HunkReport(ContextualPatch.PatchStatus status, java.lang.Throwable failure, int index, int fuzz, int hunkID)
public ContextualPatch.HunkReport(ContextualPatch.PatchStatus status, java.lang.Throwable failure, int index, int fuzz, int hunkID, com.cloudbees.diff.Hunk hunk)
public ContextualPatch.PatchStatus getStatus()
public java.lang.Throwable getFailure()
public int getIndex()
public int getFuzz()
public int getHunkID()