Package com.atlassian.jira.config
Class IssueTypeService.CreateValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.config.IssueTypeService.CreateValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- IssueTypeService
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionerror
(ErrorCollection errorCollection) io.atlassian.fugue.Option<IssueTypeService.IssueTypeCreateInput>
ok
(IssueTypeService.IssueTypeCreateInput issueTypeCreateInput) Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Method Details
-
getIssueTypeInput
-
ok
public static IssueTypeService.CreateValidationResult ok(IssueTypeService.IssueTypeCreateInput issueTypeCreateInput) -
error
-