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

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.UpdateProjectValidationResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
ProjectService

public static class ProjectService.UpdateProjectValidationResult
extends ProjectService.AbstractProjectValidationResult


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

public ProjectService.UpdateProjectValidationResult(ErrorCollection errorCollection)

ProjectService.UpdateProjectValidationResult

public ProjectService.UpdateProjectValidationResult(ErrorCollection errorCollection,
                                                    String name,
                                                    String key,
                                                    String description,
                                                    String lead,
                                                    String url,
                                                    Long assigneeType,
                                                    Long avatarId,
                                                    Project originalProject)
Method Detail

getOriginalProject

public Project getOriginalProject()


Copyright © 2002-2010 Atlassian. All Rights Reserved.