@ExportedBean(defaultVisibility=1500) public class CloudManagerBuildAction extends Object implements org.jenkinsci.plugins.workflow.actions.PersistentAction, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CloudManagerBuildAction.PipelineStep
Represents a step which a Cloud Manager Pipeline execution reached.
|
Constructor and Description |
---|
CloudManagerBuildAction() |
Modifier and Type | Method and Description |
---|---|
void |
addStep(CloudManagerBuildAction.PipelineStep step) |
org.kohsuke.stapler.HttpResponse |
doGetLog() |
org.kohsuke.stapler.HttpResponse |
doGetQualityData() |
String |
getDisplayName() |
String |
getIconFileName() |
Run<?,?> |
getOwningRun() |
CloudManagerBuildAction.PipelineStep |
getStep(String id) |
List<CloudManagerBuildAction.PipelineStep> |
getSteps() |
String |
getUrlName() |
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getIconFileName()
getIconFileName
in interface Action
public String getUrlName()
getUrlName
in interface Action
@CheckForNull public Run<?,?> getOwningRun()
public List<CloudManagerBuildAction.PipelineStep> getSteps()
public CloudManagerBuildAction.PipelineStep getStep(@Nonnull String id)
public void addStep(@Nonnull CloudManagerBuildAction.PipelineStep step)
public org.kohsuke.stapler.HttpResponse doGetLog()
public org.kohsuke.stapler.HttpResponse doGetQualityData()
Copyright © 2020–2021 Adobe Inc. All rights reserved.