com.atlassian.jira.bc.issue.comment
Class CommentService.CommentCreateValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.issue.comment.CommentService.CommentCreateValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
CommentService

public static final class CommentService.CommentCreateValidationResult
extends ServiceResultImpl


Constructor Summary
CommentService.CommentCreateValidationResult(ErrorCollection errorCollection, com.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters)
           
 
Method Summary
 com.atlassian.fugue.Option<CommentService.CommentParameters> getCommentInputParameters()
           
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentService.CommentCreateValidationResult

public CommentService.CommentCreateValidationResult(ErrorCollection errorCollection,
                                                    com.atlassian.fugue.Option<CommentService.CommentParameters> commentInputParameters)
Method Detail

getCommentInputParameters

public com.atlassian.fugue.Option<CommentService.CommentParameters> getCommentInputParameters()


Copyright © 2002-2014 Atlassian. All Rights Reserved.