Class RemoteTriggerService
java.lang.Object
com.atlassian.bamboo.trigger.remote.RemoteTriggerService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.atlassian.fugue.Either<String,
Collection<ChangeDetectionRequiredEvent>> Stream<io.atlassian.fugue.Either<String,
Collection<ChangeDetectionRequiredEvent>>> protected javax.servlet.http.HttpServletRequest
static Function<? super io.atlassian.fugue.Either<String,
Collection<ChangeDetectionRequiredEvent>>, ? extends Stream<ChangeDetectionRequiredEvent>> void
setIpHandling
(RemoteTriggerIpHandling ipHandling) @NotNull Function<ChainBranchIdentifier,
io.atlassian.fugue.Either<String, Collection<ChangeDetectionRequiredEvent>>>
-
Constructor Details
-
RemoteTriggerService
public RemoteTriggerService()
-
-
Method Details
-
getChangeDetectionRequests
public io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>> getChangeDetectionRequests(ImmutablePlan plan) -
toChangeDetectionRequests
@NotNull public @NotNull Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String, toChangeDetectionRequests()Collection<ChangeDetectionRequiredEvent>>> -
getChangeDetectionRequestsForBranches
public Stream<io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>> getChangeDetectionRequestsForBranches(ImmutablePlan plan) -
logErrors
public static Function<? super io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>, logErrors()? extends Stream<ChangeDetectionRequiredEvent>> -
getHttpServletRequest
protected javax.servlet.http.HttpServletRequest getHttpServletRequest() -
setIpHandling
-