@PublicApi public abstract static class ProjectService.AbstractProjectResult extends ServiceResultImpl implements ServiceOutcome<Project>
Constructor and Description |
---|
AbstractProjectResult(ErrorCollection errorCollection) |
AbstractProjectResult(ErrorCollection errorCollection,
Project project) |
Modifier and Type | Method and Description |
---|---|
Project |
get()
Returns the value that was returned by the service, or null.
|
Project |
getProject() |
Project |
getReturnedValue()
Returns the value that was returned by the service, or null.
|
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fold
getErrorCollection, getWarningCollection, hasWarnings, isValid
@Internal public AbstractProjectResult(ErrorCollection errorCollection)
@Internal public AbstractProjectResult(ErrorCollection errorCollection, Project project)
public Project getProject()
public Project get()
ServiceOutcome
get
in interface ServiceOutcome<Project>
public Project getReturnedValue()
ServiceOutcome
getReturnedValue
in interface ServiceOutcome<Project>
Copyright © 2002-2019 Atlassian. All Rights Reserved.