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

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

@Internal
public static class ProjectService.CreateProjectResult
extends ProjectService.AbstractProjectResult


Constructor Summary
ProjectService.CreateProjectResult(ErrorCollection errorCollection)
           
ProjectService.CreateProjectResult(ErrorCollection errorCollection, Project project)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
getProject
 
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.CreateProjectResult

public ProjectService.CreateProjectResult(ErrorCollection errorCollection)

ProjectService.CreateProjectResult

public ProjectService.CreateProjectResult(ErrorCollection errorCollection,
                                          Project project)


Copyright © 2002-2012 Atlassian. All Rights Reserved.