Class CommentService.CommentCreateValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.comment.CommentService.CommentCreateValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- CommentService
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommentCreateValidationResult
(ErrorCollection errorCollection, io.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters) -
Method Summary
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
-
Constructor Details
-
CommentCreateValidationResult
public CommentCreateValidationResult(ErrorCollection errorCollection, io.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters)
-
-
Method Details
-
getCommentInputParameters
-