Class TriggerDefinitionExportHelper
java.lang.Object
com.atlassian.bamboo.configuration.external.helpers.TriggerDefinitionExportHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activateIfEnabled
(@NotNull Triggerable environment, @NotNull TriggerDefinition triggerDefinition) void
deactivate
(@NotNull Triggerable environment, @NotNull TriggerDefinition triggerDefinition) getExporter
(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties properties) @NotNull TriggerDefinition
importTriggerDefinition
(long id, @NotNull Triggerable triggerable, @NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties) @NotNull com.atlassian.bamboo.specs.api.builders.trigger.Trigger<?,
?> toSpecsEntity
(@Nullable Set<Long> availableRepositories, @NotNull TriggerDefinition triggerDefinition, @NotNull Triggerable triggerable) void
validateTriggerProperties
(@NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, @NotNull RssPermissions rssPermissions) void
validateTriggerProperties
(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties, @NotNull RssPermissions rssPermissions)
-
Constructor Details
-
TriggerDefinitionExportHelper
public TriggerDefinitionExportHelper()
-
-
Method Details
-
toSpecsEntity
@NotNull public @NotNull com.atlassian.bamboo.specs.api.builders.trigger.Trigger<?,?> toSpecsEntity(@Nullable @Nullable Set<Long> availableRepositories, @NotNull @NotNull TriggerDefinition triggerDefinition, @NotNull @NotNull Triggerable triggerable) -
importTriggerDefinition
@NotNull public @NotNull TriggerDefinition importTriggerDefinition(long id, @NotNull @NotNull Triggerable triggerable, @NotNull @NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties triggerProperties) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException - Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
validateTriggerProperties
public void validateTriggerProperties(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties topLevelPlanProperties, @NotNull @NotNull RssPermissions rssPermissions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException - Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
validateTriggerProperties
public void validateTriggerProperties(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, @NotNull @NotNull RssPermissions rssPermissions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException, YamlValidationException - Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
YamlValidationException
-
deactivate
public void deactivate(@NotNull @NotNull Triggerable environment, @NotNull @NotNull TriggerDefinition triggerDefinition) -
activateIfEnabled
public void activateIfEnabled(@NotNull @NotNull Triggerable environment, @NotNull @NotNull TriggerDefinition triggerDefinition) -
getExporter
public TriggerDefinitionExporter getExporter(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties properties)
-