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

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

public static class VersionService.CreateVersionValidationResult
extends ServiceResultImpl


Constructor Summary
VersionService.CreateVersionValidationResult(ErrorCollection errorCollection)
           
VersionService.CreateVersionValidationResult(ErrorCollection errorCollection, Project project, java.lang.String versionName, java.lang.String releaseDate, java.lang.String description, java.lang.Long scheduleAfterVersion)
           
 
Method Summary
 java.lang.String getDescription()
           
 Project getProject()
           
 java.lang.String getReleaseDate()
           
 java.lang.Long getScheduleAfterVersion()
           
 java.lang.String getVersionName()
           
 
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.CreateVersionValidationResult

public VersionService.CreateVersionValidationResult(ErrorCollection errorCollection)

VersionService.CreateVersionValidationResult

public VersionService.CreateVersionValidationResult(ErrorCollection errorCollection,
                                                    Project project,
                                                    java.lang.String versionName,
                                                    java.lang.String releaseDate,
                                                    java.lang.String description,
                                                    java.lang.Long scheduleAfterVersion)
Method Detail

getProject

public Project getProject()

getVersionName

public java.lang.String getVersionName()

getReleaseDate

public java.lang.String getReleaseDate()

getDescription

public java.lang.String getDescription()

getScheduleAfterVersion

public java.lang.Long getScheduleAfterVersion()


Copyright © 2002-2011 Atlassian. All Rights Reserved.