Package com.atlassian.jira.config
Class IssueTypeService.UpdateValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.config.IssueTypeService.UpdateValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- IssueTypeService
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionerror
(ErrorCollection errorCollection) io.atlassian.fugue.Option<IssueType>
io.atlassian.fugue.Option<IssueTypeService.IssueTypeUpdateInput>
ok
(IssueTypeService.IssueTypeUpdateInput issueTypeUpdateInput, IssueType issueType) 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
-
getIssueType
-
error
-
ok
public static IssueTypeService.UpdateValidationResult ok(IssueTypeService.IssueTypeUpdateInput issueTypeUpdateInput, IssueType issueType)
-