com.atlassian.jira.bc.project.version
Class VersionService.AbstractVersionResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
VersionService.ArchiveVersionValidationResult, VersionService.MoveVersionValidationResult, VersionService.ReleaseVersionValidationResult, VersionService.VersionResult
Enclosing interface:
VersionService

@PublicApi
public abstract static class VersionService.AbstractVersionResult
extends ServiceResultImpl


Constructor Summary
VersionService.AbstractVersionResult(ErrorCollection errorCollection)
           
VersionService.AbstractVersionResult(ErrorCollection errorCollection, Version version)
           
 
Method Summary
 Version getVersion()
           
 
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

VersionService.AbstractVersionResult

public VersionService.AbstractVersionResult(ErrorCollection errorCollection)

VersionService.AbstractVersionResult

public VersionService.AbstractVersionResult(ErrorCollection errorCollection,
                                            Version version)
Method Detail

getVersion

public Version getVersion()


Copyright © 2002-2014 Atlassian. All Rights Reserved.