Class RemoteTriggerService
- java.lang.Object
-
- com.atlassian.bamboo.trigger.remote.RemoteTriggerService
-
public class RemoteTriggerService extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteTriggerService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>
getChangeDetectionRequests(ImmutablePlan plan)
Stream<io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>>
getChangeDetectionRequestsForBranches(ImmutablePlan plan)
protected javax.servlet.http.HttpServletRequest
getHttpServletRequest()
static Function<? super io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>,? extends Stream<ChangeDetectionRequiredEvent>>
logErrors()
void
setIpHandling(RemoteTriggerIpHandling ipHandling)
@NotNull Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>>
toChangeDetectionRequests()
-
-
-
Method Detail
-
getChangeDetectionRequests
public io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>> getChangeDetectionRequests(ImmutablePlan plan)
-
toChangeDetectionRequests
@NotNull public @NotNull Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>> toChangeDetectionRequests()
-
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>>,? extends Stream<ChangeDetectionRequiredEvent>> logErrors()
-
getHttpServletRequest
protected javax.servlet.http.HttpServletRequest getHttpServletRequest()
-
setIpHandling
public void setIpHandling(RemoteTriggerIpHandling ipHandling)
-
-