|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BranchNotificationStrategy | |
---|---|
com.atlassian.bamboo.chains.branches | |
com.atlassian.bamboo.plan.branch | |
com.atlassian.bamboo.ww2.actions.branch |
Uses of BranchNotificationStrategy in com.atlassian.bamboo.chains.branches |
---|
Methods in com.atlassian.bamboo.chains.branches that return BranchNotificationStrategy | |
---|---|
static BranchNotificationStrategy |
BranchNotificationStrategy.fromKey(java.lang.String key)
|
static BranchNotificationStrategy |
BranchNotificationStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BranchNotificationStrategy[] |
BranchNotificationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of BranchNotificationStrategy in com.atlassian.bamboo.plan.branch |
---|
Methods in com.atlassian.bamboo.plan.branch that return BranchNotificationStrategy | |
---|---|
BranchNotificationStrategy |
BranchMonitoringConfiguration.getDefaultBranchNotificationStrategy()
|
BranchNotificationStrategy |
BranchMonitoringConfigurationImpl.getDefaultBranchNotificationStrategy()
|
BranchNotificationStrategy |
BranchSpecificConfiguration.getNotificationStrategy()
|
Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchNotificationStrategy | |
---|---|
void |
BranchMonitoringConfiguration.setDefaultBranchNotificationStrategy(BranchNotificationStrategy branchNotificationStrategy)
|
void |
BranchMonitoringConfigurationImpl.setDefaultBranchNotificationStrategy(BranchNotificationStrategy defaultBranchNotificationStrategy)
|
void |
BranchSpecificConfiguration.setNotificationStrategy(BranchNotificationStrategy notificationStrategy)
|
Uses of BranchNotificationStrategy in com.atlassian.bamboo.ww2.actions.branch |
---|
Methods in com.atlassian.bamboo.ww2.actions.branch that return types with arguments of type BranchNotificationStrategy | |
---|---|
java.util.List<BranchNotificationStrategy> |
EditChainBranchNotifications.getNotificationStrategies()
|
java.util.List<BranchNotificationStrategy> |
ConfigureBranches.getNotificationStrategies()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |