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

Packages that use VersionService.CreateVersionValidationResult
com.atlassian.jira.bc.project.version   
 

Uses of VersionService.CreateVersionValidationResult in com.atlassian.jira.bc.project.version
 

Methods in com.atlassian.jira.bc.project.version that return VersionService.CreateVersionValidationResult
 VersionService.CreateVersionValidationResult DefaultVersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion)
           
 VersionService.CreateVersionValidationResult VersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, Date releaseDate, String description, Long scheduleAfterVersion)
          This method needs to be called before creating a version to ensure all parameters are correct.
 VersionService.CreateVersionValidationResult DefaultVersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion)
           
 VersionService.CreateVersionValidationResult VersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion)
          This method needs to be called before creating a version to ensure all parameters are correct.
 

Methods in com.atlassian.jira.bc.project.version with parameters of type VersionService.CreateVersionValidationResult
 Version DefaultVersionService.createVersion(com.atlassian.crowd.embedded.api.User user, VersionService.CreateVersionValidationResult request)
           
 Version VersionService.createVersion(com.atlassian.crowd.embedded.api.User user, VersionService.CreateVersionValidationResult request)
          Using the validation result from VersionService.validateCreateVersion(User, com.atlassian.jira.project.Project, String, String, String, Long) a new version will be created.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.