Class VersionService.VersionResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
com.atlassian.jira.bc.project.version.VersionService.VersionResult
- All Implemented Interfaces:
ServiceResult,Serializable
- Enclosing interface:
VersionService
@PublicApi
public static class VersionService.VersionResult
extends VersionService.AbstractVersionResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionResult(ErrorCollection errorCollection) VersionResult(ErrorCollection errorCollection, Version version) -
Method Summary
Methods inherited from class com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
getVersionMethods 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
-
VersionResult
-
VersionResult
-