|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WebValidationException in com.atlassian.bamboo.buildqueue.manager |
|---|
| Methods in com.atlassian.bamboo.buildqueue.manager that throw WebValidationException | |
|---|---|
AgentAssignment |
AgentAssignmentService.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
Save an agent assignment |
AgentAssignment |
AgentAssignmentServiceImpl.saveAgentAssignment(AgentAssignment.ExecutorType executorType,
long executorId,
AgentAssignment.ExecutableType executableType,
long entityId)
|
| Uses of WebValidationException in com.atlassian.bamboo.credentials |
|---|
| Methods in com.atlassian.bamboo.credentials that throw WebValidationException | |
|---|---|
CredentialsData |
CredentialsManager.updateCredentialsName(long id,
java.lang.String name)
Updates Shared Credentials name |
CredentialsData |
CredentialsManagerImpl.updateCredentialsName(long id,
java.lang.String name)
|
| 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 |
Environment |
EnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId,
long environmentId,
java.lang.String name,
java.lang.String description)
|
Environment |
EnvironmentService.cloneEnvironment(long deploymentProjectId,
long environmentId,
java.lang.String name,
java.lang.String description)
Create new environment as a clone of existing one |
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.cloneDeploymentProject(long deploymentProjectId,
java.lang.String name,
java.lang.String description,
java.lang.String planKeyString)
|
DeploymentProject |
DeploymentProjectService.cloneDeploymentProject(long id,
java.lang.String name,
java.lang.String description,
java.lang.String planKeyString)
Create a new deployment project. |
DeploymentProject |
DeploymentProjectServiceImpl.editDeploymentProject(long deploymentProjectId,
java.lang.String name,
java.lang.String description,
java.lang.String planKeyString)
|
DeploymentProject |
DeploymentProjectService.editDeploymentProject(long deploymentProjectId,
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)
Deprecated. since 5.6 use DeploymentVersionService.getOrCreateDeploymentVersion(long, PlanResultKey) |
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. |
DeploymentVersion |
DeploymentVersionServiceImpl.getOrCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
DeploymentVersion |
DeploymentVersionService.getOrCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Given a build result, find a deployment version that matches it, or create it if it doesn't exist. |
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. |
| Uses of WebValidationException in com.atlassian.bamboo.plugins.testutils.deployments |
|---|
| Methods in com.atlassian.bamboo.plugins.testutils.deployments that throw WebValidationException | |
|---|---|
DeploymentProject |
DeploymentsTestServiceImpl.createDeploymentProjectWithEnvironments(PlanKey planKey)
|
DeploymentProject |
DeploymentsTestService.createDeploymentProjectWithEnvironments(PlanKey planKey)
|
DeploymentVersion |
DeploymentsTestServiceImpl.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey)
|
DeploymentVersion |
DeploymentsTestService.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey)
|
void |
DeploymentsTestServiceImpl.createDeploymentVersions(DeploymentProject deploymentProject,
int firstResult,
int maxResults)
|
void |
DeploymentsTestService.createDeploymentVersions(DeploymentProject deploymentProject,
int firstResult,
int maxResults)
|
DeploymentProject |
DeploymentsTestServiceImpl.createSimpleDeployment(PlanKey planKey)
|
DeploymentProject |
DeploymentsTestService.createSimpleDeployment(PlanKey planKey)
|
| Uses of WebValidationException in com.atlassian.bamboo.v2.build.requirement |
|---|
| Methods in com.atlassian.bamboo.v2.build.requirement that throw WebValidationException | |
|---|---|
ImmutableRequirement |
RequirementService.addRequirement(PlanKey jobKey,
java.lang.String key,
ImmutableRequirement.MatchType matchType,
java.lang.String matchValue)
Add new requirement to a job. |
ImmutableRequirement |
RequirementServiceImpl.addRequirement(PlanKey jobKey,
java.lang.String key,
ImmutableRequirement.MatchType matchType,
java.lang.String matchValue)
|
ExecutableAgentsMatrix |
RequirementService.getExecutableAgentMatrixForJob(PlanKey jobKey)
retrieve all executable agents for a particular job. |
ExecutableAgentsMatrix |
RequirementServiceImpl.getExecutableAgentMatrixForJob(PlanKey jobKey)
|
ImmutableRequirement |
RequirementService.getRequirementForJob(PlanKey jobKey,
long requirementId)
Get a single requirement for a job. |
ImmutableRequirement |
RequirementServiceImpl.getRequirementForJob(PlanKey jobKey,
long requirementId)
|
java.util.List<? extends ImmutableRequirement> |
RequirementService.getRequirementsForJob(PlanKey jobKey)
Get all requirements for jobs. |
java.util.List<? extends ImmutableRequirement> |
RequirementServiceImpl.getRequirementsForJob(PlanKey jobKey)
|
void |
RequirementService.removeRequirement(PlanKey jobKey,
long requirementId)
Remove a specific requirement |
void |
RequirementServiceImpl.removeRequirement(PlanKey jobKey,
long requirementId)
|
ImmutableRequirement |
RequirementService.updateRequirement(PlanKey jobKey,
long requirementId,
java.lang.String key,
ImmutableRequirement.MatchType matchType,
java.lang.String matchValue)
Update an existing requirement. |
ImmutableRequirement |
RequirementServiceImpl.updateRequirement(PlanKey jobKey,
long requirementId,
java.lang.String key,
ImmutableRequirement.MatchType matchType,
java.lang.String matchValue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||