Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.organization.IssueInfo.Status
Packages that use IssueInfo.Status
-
Uses of IssueInfo.Status in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return IssueInfo.StatusModifier and TypeMethodDescriptionstatic IssueInfo.StatusIssueInfo.status()static IssueInfo.StatusReturns the enum constant of this class with the specified name.static IssueInfo.Status[]IssueInfo.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type IssueInfo.StatusModifierConstructorDescriptionIssueInfo(IssueId id, Instant updated, IssueInfo.Status status, AccountId assigneeId)