com.atlassian.jira.bc.project.version
Class VersionService.CreateVersionValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
- All Implemented Interfaces:
- ServiceResult
- Enclosing interface:
- VersionService
public static class VersionService.CreateVersionValidationResult
- extends ServiceResultImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionService.CreateVersionValidationResult
public VersionService.CreateVersionValidationResult(ErrorCollection errorCollection,
Set<VersionService.CreateVersionValidationResult.Reason> reasons)
VersionService.CreateVersionValidationResult
public VersionService.CreateVersionValidationResult(ErrorCollection errorCollection,
Project project,
String versionName,
Date releaseDate,
String description,
Long scheduleAfterVersion)
getProject
public Project getProject()
getVersionName
public String getVersionName()
getReleaseDate
public Date getReleaseDate()
getDescription
public String getDescription()
getScheduleAfterVersion
public Long getScheduleAfterVersion()
getReasons
public Set<VersionService.CreateVersionValidationResult.Reason> getReasons()
Copyright © 2002-2011 Atlassian. All Rights Reserved.