com.atlassian.jira.bc.project
Class ProjectService.CreateProjectValidationResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
          extended by com.atlassian.jira.bc.project.ProjectService.CreateProjectValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
ProjectService

@PublicApi
public static class ProjectService.CreateProjectValidationResult
extends ProjectService.AbstractProjectValidationResult


Constructor Summary
ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection)
           
ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection, String name, String key, String description, String lead, String url, Long assigneeType, Long avatarId)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
getAssigneeType, getAvatarId, getDescription, getKey, getLead, getLeadUsername, getName, getUrl
 
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

ProjectService.CreateProjectValidationResult

public ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection)

ProjectService.CreateProjectValidationResult

public ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection,
                                                    String name,
                                                    String key,
                                                    String description,
                                                    String lead,
                                                    String url,
                                                    Long assigneeType,
                                                    Long avatarId)


Copyright © 2002-2013 Atlassian. All Rights Reserved.