@PublicApi public static class VersionService.CreateVersionValidationResult extends ServiceResultImpl
Modifier and Type | Class and Description |
---|---|
static class |
VersionService.CreateVersionValidationResult.Reason |
Constructor and Description |
---|
CreateVersionValidationResult(ErrorCollection errorCollection,
Project project,
String versionName,
Date startDate,
Date releaseDate,
String description,
Long scheduleAfterVersion) |
CreateVersionValidationResult(ErrorCollection errorCollection,
Project project,
String versionName,
Date releaseDate,
String description,
Long scheduleAfterVersion) |
CreateVersionValidationResult(ErrorCollection errorCollection,
Set<VersionService.CreateVersionValidationResult.Reason> reasons) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Project |
getProject() |
Set<VersionService.CreateVersionValidationResult.Reason> |
getReasons() |
Date |
getReleaseDate() |
Long |
getScheduleAfterVersion() |
Date |
getStartDate() |
String |
getVersionName() |
getErrorCollection, getWarningCollection, isValid
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasWarnings
public CreateVersionValidationResult(ErrorCollection errorCollection, Set<VersionService.CreateVersionValidationResult.Reason> reasons)
public CreateVersionValidationResult(ErrorCollection errorCollection, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion)
public Project getProject()
public String getVersionName()
public Date getStartDate()
public Date getReleaseDate()
public String getDescription()
public Long getScheduleAfterVersion()
public Set<VersionService.CreateVersionValidationResult.Reason> getReasons()
Copyright © 2002-2024 Atlassian. All Rights Reserved.