Uses of Class
com.atlassian.bamboo.v2.events.ChangeDetectionRequiredEvent
-
Packages that use ChangeDetectionRequiredEvent Package Description com.atlassian.bamboo.trigger.remote com.atlassian.bamboo.v2.trigger -
-
Uses of ChangeDetectionRequiredEvent in com.atlassian.bamboo.trigger.remote
Methods in com.atlassian.bamboo.trigger.remote that return types with arguments of type ChangeDetectionRequiredEvent Modifier and Type Method Description io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>
RemoteTriggerService. getChangeDetectionRequests(ImmutablePlan plan)
Stream<io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>>
RemoteTriggerService. getChangeDetectionRequestsForBranches(ImmutablePlan plan)
static Function<? super io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>,? extends Stream<ChangeDetectionRequiredEvent>>
RemoteTriggerService. logErrors()
static Function<? super io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>,? extends Stream<ChangeDetectionRequiredEvent>>
RemoteTriggerService. logErrors()
@NotNull Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>>
RemoteTriggerService. toChangeDetectionRequests()
-
Uses of ChangeDetectionRequiredEvent in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger with parameters of type ChangeDetectionRequiredEvent Modifier and Type Method Description void
ChangeDetectionListener. handleEvent(ChangeDetectionRequiredEvent event)
-