Modifier and Type | Method and Description |
---|---|
DeploymentTriggerBranchSelectionMode |
AfterSuccessfulPlanTrigger.getBranchSelectionMode()
Deprecated.
|
DeploymentTriggerBranchSelectionMode |
CronTriggerBuildStrategy.getBranchSelectionMode()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AfterSuccessfulPlanTrigger.setBranchSelectionMode(DeploymentTriggerBranchSelectionMode branchSelectionMode)
Deprecated.
|
void |
CronTriggerBuildStrategy.setBranchSelectionMode(DeploymentTriggerBranchSelectionMode branchSelectionMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentTriggerBranchSelectionMode |
DeploymentTriggerBranchSelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentTriggerBranchSelectionMode[] |
DeploymentTriggerBranchSelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlanKey |
EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(InternalEnvironment environment,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
PlanKey customBranchKey) |
PlanKey |
EnvironmentTriggerService.getCalculatedTriggeringPlanKey(InternalEnvironment environment,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
PlanKey customBranchKey) |
Modifier and Type | Method and Description |
---|---|
static DeploymentTriggerBranchSelectionMode |
CronTriggerConfigurator.getDeploymentTriggerBranchSelectionMode(Map<String,String> config) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractEnvironmentTriggerConfigurator.hasTheSameMasterPlanAsDeploymentProject(DeploymentProject deploymentProject,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
String planKeyString) |
protected void |
AbstractEnvironmentTriggerConfigurator.populateContextWithBranchControlVariablesForDeployments(DeploymentProject deploymentProject,
DeploymentTriggerBranchSelectionMode branchSelectionMode,
String triggeringBranchKey,
Map<String,Object> context) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.