Uses of Enum Class
cdc.issues.answers.IssueResolution
Packages that use IssueResolution
-
Uses of IssueResolution in cdc.issues.answers
Fields in cdc.issues.answers declared as IssueResolutionModifier and TypeFieldDescription(package private) IssueResolutionIssueAnswer.Builder.resolutionMethods in cdc.issues.answers that return IssueResolutionModifier and TypeMethodDescriptionIssueAnswer.getResolution()IssueAnswerImpl.getResolution()IssueTransition.getTargetResolution()IssueAnswerImpl.resolution()Returns the value of theresolutionrecord component.static IssueResolutionReturns the enum constant of this class with the specified name.static IssueResolution[]IssueResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.issues.answers with parameters of type IssueResolutionModifier and TypeMethodDescriptionstatic 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.IssueAnswer.Builder.resolution(IssueResolution resolution) Constructors in cdc.issues.answers with parameters of type IssueResolutionModifierConstructorDescription(package private)IssueAnswerImpl(IssueId issueId, String author, Instant creationDate, Instant modificationDate, IssueStatus status, IssueResolution resolution, String assignee, IssueSeverity newSeverity, List<IssueComment> comments, Metas metas, Labels labels) Creates an instance of aIssueAnswerImplrecord class.