public interface TriggerDefinition extends BambooIdProvider, NameProvider, Serializable, PluginKeyProvider
Modifier and Type | Method and Description |
---|---|
@NotNull Map<String,String> |
getConfiguration() |
@NotNull Map<String,String> |
getTriggerConditionsConfiguration()
Configuration of
BuildTriggerCondition plugins related with this trigger. |
@NotNull Set<Long> |
getTriggeringRepositories()
If trigger checks if repositories changed in order to decide weather build should be run,
this method returns ids of the repositories that are checked.
|
@Nullable String |
getUserDescription() |
boolean |
isEnabled() |
getId
getName
getPluginKey
@Nullable @Nullable String getUserDescription()
@NotNull @NotNull Set<Long> getTriggeringRepositories()
@NotNull @NotNull Map<String,String> getTriggerConditionsConfiguration()
BuildTriggerCondition
plugins related with this trigger.
Applies to plans only.boolean isEnabled()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.