public class RemoteTriggerService extends Object
Constructor and Description |
---|
RemoteTriggerService() |
Modifier and Type | Method and 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 |
setCustomVariableContext(CustomVariableContext customVariableContext) |
void |
setIpHandling(RemoteTriggerIpHandling ipHandling) |
void |
setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager) |
Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>> |
toChangeDetectionRequests() |
public io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>> getChangeDetectionRequests(ImmutablePlan plan)
@NotNull public Function<ChainBranchIdentifier,io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>> toChangeDetectionRequests()
public Stream<io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>> getChangeDetectionRequestsForBranches(ImmutablePlan plan)
public static Function<? super io.atlassian.fugue.Either<String,Collection<ChangeDetectionRequiredEvent>>,? extends Stream<ChangeDetectionRequiredEvent>> logErrors()
protected javax.servlet.http.HttpServletRequest getHttpServletRequest()
public void setIpHandling(RemoteTriggerIpHandling ipHandling)
@TestOnly public void setCustomVariableContext(CustomVariableContext customVariableContext)
@TestOnly public void setVcsRepositoryManager(VcsRepositoryManager vcsRepositoryManager)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.