Uses of Enum Class
cdc.issues.answers.IssueTransition
Packages that use IssueTransition
-
Uses of IssueTransition in cdc.issues.answers
Methods in cdc.issues.answers that return IssueTransitionModifier and TypeMethodDescriptionstatic IssueTransitionReturns the enum constant of this class with the specified name.static IssueTransition[]IssueTransition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.issues.answers that return types with arguments of type IssueTransitionModifier 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.