@Internal public static class

ProjectService.CreateProjectResult

extends ProjectService.AbstractProjectResult
java.lang.Object
   ↳ com.atlassian.jira.bc.ServiceResultImpl
     ↳ com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
       ↳ com.atlassian.jira.bc.project.ProjectService.CreateProjectResult

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Public Constructors
@Internal ProjectService.CreateProjectResult(ErrorCollection errorCollection)
@Internal ProjectService.CreateProjectResult(ErrorCollection errorCollection, Project project)
[Expand]
Inherited Methods
From class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
From class com.atlassian.jira.bc.ServiceResultImpl
From class java.lang.Object
From interface com.atlassian.jira.bc.ServiceResult

Public Constructors

@Internal public ProjectService.CreateProjectResult (ErrorCollection errorCollection)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

@Internal public ProjectService.CreateProjectResult (ErrorCollection errorCollection, Project project)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).