Uses of Class
cdc.issues.answers.IssueResolution
-
Packages that use IssueResolution Package Description cdc.issues.answers -
-
Uses of IssueResolution in cdc.issues.answers
Methods in cdc.issues.answers that return IssueResolution Modifier and Type Method Description IssueResolutionIssueAnswer. getResolution()IssueResolutionIssueTransition. getTargetResolution()static IssueResolutionIssueResolution. 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 cdc.issues.answers with parameters of type IssueResolution Modifier and Type Method Description static Set<IssueTransition>IssueTransition. getTransitionsFrom(IssueStatus status, IssueResolution resolution)Returns a set of transitions that can be applied from a given starting (status, resolution) point.booleanIssueStatus. isCompliantWith(IssueResolution resolution)booleanIssueTransition. isValidSource(IssueStatus status, IssueResolution resolution)Returnstrueif a (status, resolution) pair is a valid source state to trigger this transition.
-