public interface TriggerDefinition extends BambooIdProvider, NameProvider, Serializable, PluginKeyProvider
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getConfiguration() |
Map<String,String> |
getTriggerConditionsConfiguration()
Configuration of
BuildTriggerCondition plugins related with this trigger. |
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.
|
String |
getUserDescription() |
boolean |
isEnabled() |
getId
getName
getPluginKey
@Nullable String getUserDescription()
@NotNull Set<Long> getTriggeringRepositories()
@NotNull Map<String,String> getTriggerConditionsConfiguration()
BuildTriggerCondition
plugins related with this trigger.
Applies to plans only.boolean isEnabled()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.