Uses of Class
com.atlassian.bamboo.exception.WebValidationException

Packages that use WebValidationException
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of WebValidationException in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service that throw WebValidationException
 Environment EnvironmentServiceImpl.addEnvironment(long deploymentProjectId, java.lang.String name, java.lang.String description)
           
 Environment EnvironmentService.addEnvironment(long deploymentProjectId, java.lang.String name, java.lang.String description)
          Creates a new environment in the specified deployment project.
 void EnvironmentServiceImpl.addNotification(long environmentId, NotificationRule newRule)
           
 void EnvironmentService.addNotification(long environmentId, NotificationRule newRule)
          Adds a new notification to the environment notifications
 void EnvironmentServiceImpl.deleteNotification(long environmentId, long notificationId)
           
 void EnvironmentService.deleteNotification(long environmentId, long notificationId)
          Removes notification from the environment's notification set.
 Environment EnvironmentServiceImpl.editEnvironment(long environmentId, java.lang.String name, java.lang.String description)
           
 Environment EnvironmentService.editEnvironment(long environmentId, java.lang.String name, java.lang.String description)
          Edit the details of an existing environment
 

Uses of WebValidationException in com.atlassian.bamboo.deployments.projects.service
 

Methods in com.atlassian.bamboo.deployments.projects.service that throw WebValidationException
 DeploymentProject DeploymentProjectServiceImpl.addDeploymentProject(java.lang.String name, java.lang.String description, java.lang.String planKeyString)
           
 DeploymentProject DeploymentProjectService.addDeploymentProject(java.lang.String name, java.lang.String description, java.lang.String planKeyString)
          Create a new deployment project.
 DeploymentProject DeploymentProjectServiceImpl.editDeploymentProject(long id, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
           
 DeploymentProject DeploymentProjectService.editDeploymentProject(long id, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
          Edit the details of the deployment project
 VersionNamingScheme DeploymentProjectServiceImpl.updateVersionNamingScheme(long deploymentProjectId, java.lang.String nextVersionName, boolean autoIncrement, java.util.Set<java.lang.String> variablesToAutoIncrement)
           
 VersionNamingScheme DeploymentProjectService.updateVersionNamingScheme(long deploymentProjectId, java.lang.String nextVersionName, boolean autoIncrement, java.util.Set<java.lang.String> variablesToAutoIncrement)
          update the version naming configuration for a project
 

Uses of WebValidationException in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service that throw WebValidationException
 DeploymentVersion DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
           
 DeploymentVersion DeploymentVersionService.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey)
          Create a deployment version out of a deployment project and plan result.
 DeploymentVersion DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, com.atlassian.user.User user, java.lang.String versionName, java.lang.String nextVersionName)
           
 DeploymentVersion DeploymentVersionService.createDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, com.atlassian.user.User user, java.lang.String versionName, java.lang.String nextVersionName)
          Create a deployment version with a specific name.
 MutableDeploymentVersion VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion deploymentVersion, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
           
 MutableDeploymentVersion VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion version, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
          Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
 MutableDeploymentVersion VersionNamingServiceImpl.renameVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, java.lang.String newVersionName)
           
 MutableDeploymentVersion VersionNamingService.renameVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, java.lang.String newVersionName)
          Rename a version.
 DeploymentVersion DeploymentVersionServiceImpl.renameVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, java.lang.String newVersionName)
           
 DeploymentVersion DeploymentVersionService.renameVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, java.lang.String newVersionName)
          Rename a version.
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.