Class VersionService.CreateVersionValidationResult
java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
- All Implemented Interfaces:
ServiceResult
,Serializable
- Enclosing interface:
- VersionService
@PublicApi
public static class VersionService.CreateVersionValidationResult
extends ServiceResultImpl
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreateVersionValidationResult
(ErrorCollection errorCollection, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion) CreateVersionValidationResult
(ErrorCollection errorCollection, Project project, String versionName, Date startDate, Date releaseDate, String description, Long scheduleAfterVersion) CreateVersionValidationResult
(ErrorCollection errorCollection, Set<VersionService.CreateVersionValidationResult.Reason> reasons) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, getWarningCollection, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.bc.ServiceResult
hasWarnings
-
Constructor Details
-
CreateVersionValidationResult
public CreateVersionValidationResult(ErrorCollection errorCollection, Set<VersionService.CreateVersionValidationResult.Reason> reasons) -
CreateVersionValidationResult
-
CreateVersionValidationResult
-
-
Method Details
-
getProject
-
getVersionName
-
getStartDate
-
getReleaseDate
-
getDescription
-
getScheduleAfterVersion
-
getReasons
-