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

@Internal
public ProjectService.CreateProjectValidationResult(ErrorCollection errorCollection)

ProjectService.CreateProjectValidationResult

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

ProjectService.CreateProjectValidationResult

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



Copyright © 2002-2014 Atlassian. All Rights Reserved.