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

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
ProjectService.CreateProjectResult, ProjectService.DeleteProjectValidationResult, ProjectService.GetProjectResult
Enclosing interface:
ProjectService

@PublicApi
public abstract static class ProjectService.AbstractProjectResult
extends ServiceResultImpl


Constructor Summary
ProjectService.AbstractProjectResult(ErrorCollection errorCollection)
           
ProjectService.AbstractProjectResult(ErrorCollection errorCollection, Project project)
           
 
Method Summary
 Project 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.AbstractProjectResult

@Internal
public ProjectService.AbstractProjectResult(ErrorCollection errorCollection)

ProjectService.AbstractProjectResult

@Internal
public ProjectService.AbstractProjectResult(ErrorCollection errorCollection,
                                                     Project project)
Method Detail

getProject

public Project getProject()


Copyright © 2002-2014 Atlassian. All Rights Reserved.