|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IssueResolution | |
---|---|
org.kohsuke.jnt | The library that exposes programatic manipulation of java.net. |
Uses of IssueResolution in org.kohsuke.jnt |
---|
Methods in org.kohsuke.jnt that return IssueResolution | |
---|---|
IssueResolution |
JNIssue.getResolution()
Gets the resolution of this issue. |
static IssueResolution |
IssueResolution.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IssueResolution[] |
IssueResolution.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.kohsuke.jnt with parameters of type IssueResolution | |
---|---|
IssueEditor |
IssueEditor.resolve(IssueResolution resolution)
Marks the issue as resolved, with the specified resolution. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |