public static class DeliveryPipelineView.ComponentSpec extends hudson.model.AbstractDescribableImpl<DeliveryPipelineView.ComponentSpec>
Modifier and Type | Class and Description |
---|---|
static class |
DeliveryPipelineView.ComponentSpec.DescriptorImpl |
Constructor and Description |
---|
ComponentSpec(String name,
String firstJob,
String lastJob,
boolean showUpstream) |
Modifier and Type | Method and Description |
---|---|
String |
getFirstJob() |
String |
getLastJob() |
String |
getName() |
boolean |
isShowUpstream() |
void |
setFirstJob(String firstJob) |
void |
setLastJob(String lastJob) |
void |
setShowUpstream(boolean showUpstream) |
public String getName()
public String getFirstJob()
public void setFirstJob(String firstJob)
public String getLastJob()
public void setLastJob(String lastJob)
public boolean isShowUpstream()
public void setShowUpstream(boolean showUpstream)
Copyright © 2016–2020 Diabol AB. All rights reserved.