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

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.project.version.VersionService.VersionsResult
All Implemented Interfaces:
ServiceResult
Enclosing interface:
VersionService

@PublicApi
public static class VersionService.VersionsResult
extends ServiceResultImpl


Constructor Summary
VersionService.VersionsResult(ErrorCollection errorCollection)
           
VersionService.VersionsResult(ErrorCollection errorCollection, Collection<Version> versions)
           
 
Method Summary
 Collection<Version> getVersions()
           
 
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.VersionsResult

public VersionService.VersionsResult(ErrorCollection errorCollection)

VersionService.VersionsResult

public VersionService.VersionsResult(ErrorCollection errorCollection,
                                     Collection<Version> versions)
Method Detail

getVersions

public Collection<Version> getVersions()


Copyright © 2002-2014 Atlassian. All Rights Reserved.