public interface PipelineView
Modifier and Type | Method and Description |
---|---|
void |
abortBuild(String projectName,
String buildId) |
String |
getError()
Exposes any error that is currently associated with the pipeline view.
|
String |
getLastUpdated()
A date time string representing when the pipeline view was last updated.
|
List<? extends GenericComponent> |
getPipelines()
Resolve the pipelines associated with this view.
|
boolean |
isAllowAbort()
Whether to allow running pipelines to be aborted from the pipeline view.
|
boolean |
isAllowPipelineStart()
Whether to allow a new pipeline to be started from the pipeline view.
|
void |
triggerManual(String projectName,
String upstreamName,
String buildId) |
void |
triggerRebuild(String projectName,
String buildId) |
void triggerManual(String projectName, String upstreamName, String buildId) throws TriggerException, org.acegisecurity.AuthenticationException
TriggerException
org.acegisecurity.AuthenticationException
void abortBuild(String projectName, String buildId) throws TriggerException, org.acegisecurity.AuthenticationException
TriggerException
org.acegisecurity.AuthenticationException
boolean isAllowPipelineStart()
boolean isAllowAbort()
String getLastUpdated()
String getError()
List<? extends GenericComponent> getPipelines()
Copyright © 2016–2020 Diabol AB. All rights reserved.