public interface TriggerValidationContext
TriggerDefinitionExporter.validate(TriggerValidationContext, TriggerProperties)
Modifier and Type | Method and Description |
---|---|
Optional<com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties> |
getOwnerDeployment()
Returns deployment project that contains environment which contains the trigger, if the trigger is part of a deployment environment.
|
Optional<com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties> |
getOwnerEnvironment()
Returns deployment environment which contains the trigger, if the trigger is part of a deployment environment.
|
Optional<com.atlassian.bamboo.specs.api.model.plan.PlanProperties> |
getOwnerPlan()
Returns plans that contains the trigger, if the trigger is part of a job.
|
RssPermissions |
getRssPermissions()
Returns object that allows to test if entities referenced by trigger are accessible.
|
Optional<com.atlassian.bamboo.specs.api.model.plan.PlanProperties> getOwnerPlan()
Optional<com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties> getOwnerDeployment()
Optional<com.atlassian.bamboo.specs.api.model.deployment.EnvironmentProperties> getOwnerEnvironment()
@NotNull RssPermissions getRssPermissions()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.