Class ProjectService.AbstractProjectResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
All Implemented Interfaces:
ServiceOutcome<Project>, ServiceResult, Serializable
Direct Known Subclasses:
ArchivedProjectService.ValidationResult, ProjectService.DeleteProjectValidationResult, ProjectService.GetProjectResult
Enclosing interface:
ProjectService

@PublicApi public abstract static class ProjectService.AbstractProjectResult extends ServiceResultImpl implements ServiceOutcome<Project>
See Also:
  • Constructor Details

    • AbstractProjectResult

      @Internal public AbstractProjectResult(ErrorCollection errorCollection)
    • AbstractProjectResult

      @Internal public AbstractProjectResult(ErrorCollection errorCollection, Project project)
  • Method Details

    • getProject

      public Project getProject()
    • get

      public Project get()
      Description copied from interface: ServiceOutcome
      Returns the value that was returned by the service, or null.
      Specified by:
      get in interface ServiceOutcome<Project>
      Returns:
      the value returned by the service, or null
    • getReturnedValue

      public Project getReturnedValue()
      Description copied from interface: ServiceOutcome
      Returns the value that was returned by the service, or null.
      Specified by:
      getReturnedValue in interface ServiceOutcome<Project>
      Returns:
      the value returned by the service, or null