public class PipelineExecutorTaskDefImpl extends Object implements PipelineExecutorTaskDef
| Constructor and Description |
|---|
PipelineExecutorTaskDefImpl() |
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input) |
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input,
ProviderId providerId) |
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input,
ProviderType providerType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Input |
getInput() |
String |
getPipeline() |
ProviderId |
getProviderId() |
ProviderType |
getProviderType() |
List<String> |
getStages() |
int |
hashCode() |
public PipelineExecutorTaskDefImpl()
public PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderId providerId)
public PipelineExecutorTaskDefImpl(Pipeline pipeline, Input input, ProviderType providerType)
public String getPipeline()
getPipeline in interface PipelineExecutorTaskDefpublic List<String> getStages()
getStages in interface PipelineExecutorTaskDefpublic Input getInput()
getInput in interface PipelineExecutorTaskDefpublic ProviderId getProviderId()
getProviderId in interface PipelineExecutorTaskDefpublic ProviderType getProviderType()
getProviderType in interface PipelineExecutorTaskDefCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.