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 PipelineExecutorTaskDef
public List<String> getStages()
getStages
in interface PipelineExecutorTaskDef
public Input getInput()
getInput
in interface PipelineExecutorTaskDef
public ProviderId getProviderId()
getProviderId
in interface PipelineExecutorTaskDef
public ProviderType getProviderType()
getProviderType
in interface PipelineExecutorTaskDef
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.