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)
          Deprecated. Use VersionService.validateCreate(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) and VersionService.create(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.project.version.VersionService.VersionBuilderValidationResult)
 VersionService.CreateVersionValidationResult DefaultVersionService.validateCreateVersion(com.atlassian.crowd.embedded.api.User user, Project project, String versionName, String releaseDateStr, 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)
          Deprecated. Use VersionService.validateCreate(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) and VersionService.create(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.project.version.VersionService.VersionBuilderValidationResult)
 

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)
          Deprecated. Use VersionService.validateCreate(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.project.version.VersionService.VersionBuilder) and VersionService.create(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.bc.project.version.VersionService.VersionBuilderValidationResult)
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.