Uses of Class
org.jboss.set.aphrodite.domain.IssueType
-
Packages that use IssueType Package Description org.jboss.set.aphrodite.domain -
-
Uses of IssueType in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return IssueType Modifier and Type Method Description static IssueTypeIssueType. getMatchingIssueType(String value)IssueTypeIssue. getType()static IssueTypeIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueType[]IssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.set.aphrodite.domain with parameters of type IssueType Modifier and Type Method Description voidIssue. setType(IssueType type)Deprecated.voidIssue. setType(IssueType issueType, String rawType)
-