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 VersionService.validateCreateVersion(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.
 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.
 VersionService.CreateVersionValidationResult DefaultVersionService.validateCreateVersion(User user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion)
           
 VersionService.CreateVersionValidationResult DefaultVersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, String releaseDate, String description, Long scheduleAfterVersion)
           
 

Methods in com.atlassian.jira.bc.project.version with parameters of type VersionService.CreateVersionValidationResult
 Version VersionService.createVersion(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.
 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.
 Version DefaultVersionService.createVersion(User user, VersionService.CreateVersionValidationResult request)
           
 Version DefaultVersionService.createVersion(com.atlassian.crowd.embedded.api.User user, VersionService.CreateVersionValidationResult request)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.