@Singleton public class RemoteTriggerResource extends Object
Constructor and Description |
---|
RemoteTriggerResource(CachedPlanManager cachedPlanManager,
RemoteTriggerService remoteTriggerService,
com.atlassian.event.api.EventPublisher eventPublisher,
CustomVariableContext customVariableContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
scheduleChangeDetection(String planKeyStr,
boolean skipBranches) |
public RemoteTriggerResource(CachedPlanManager cachedPlanManager, RemoteTriggerService remoteTriggerService, com.atlassian.event.api.EventPublisher eventPublisher, CustomVariableContext customVariableContext)
public javax.ws.rs.core.Response scheduleChangeDetection(String planKeyStr, boolean skipBranches)
planKeyStr
- the chain or branch to triggerskipBranches
- by default, the change detection will run for all branches. If this parameter is set to true,
the change detection will run only for the chainCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.