Uses of Class
cdc.issues.answers.IssueResolution
-
Packages that use IssueResolution Package Description cdc.issues.answers -
-
Uses of IssueResolution in cdc.issues.answers
Fields in cdc.issues.answers declared as IssueResolution Modifier and Type Field Description protected IssueResolutionDefaultIssueAnswer.Builder. resolutionMethods in cdc.issues.answers that return IssueResolution Modifier and Type Method Description IssueResolutionDefaultIssueAnswer. getResolution()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.DefaultIssueAnswer.BuilderDefaultIssueAnswer.Builder. resolution(IssueResolution resolution)DefaultIssueAnswerDefaultIssueAnswer. setResolution(IssueResolution resolution)Constructors in cdc.issues.answers with parameters of type IssueResolution Constructor Description DefaultIssueAnswer(IssueId issueId, String author, Instant creationDate, Instant modificationDate, IssueStatus status, IssueResolution resolution, String assignee, IssueSeverity newSeverity, List<IssueComment> comments)
-