public static class ContextualPatch.HunkReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.cloudbees.diff.Hunk |
hunk |
| Constructor and Description |
|---|
HunkReport(ContextualPatch.PatchStatus status,
java.lang.Throwable failure,
int index,
int fuzz,
int hunkID) |
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 HunkReport(ContextualPatch.PatchStatus status, java.lang.Throwable failure, int index, int fuzz, int hunkID)
public 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()