Class VersionService.AbstractVersionResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Direct Known Subclasses:
VersionService.ArchiveVersionValidationResult,VersionService.MoveVersionValidationResult,VersionService.ReleaseVersionValidationResult,VersionService.VersionResult
- Enclosing interface:
VersionService
@PublicApi
public abstract static class VersionService.AbstractVersionResult
extends ServiceResultImpl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractVersionResult(ErrorCollection errorCollection) AbstractVersionResult(ErrorCollection errorCollection, Version version) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
AbstractVersionResult
-
AbstractVersionResult
-
-
Method Details
-
getVersion
-