public abstract class AbstractDeploymentStep extends Object implements Step
| Modifier and Type | Field and Description |
|---|---|
protected Context |
context |
protected SetupUtil |
setupUtil |
| Constructor and Description |
|---|
AbstractDeploymentStep() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createTargetFileName(AbstractArtifact abstractArtifact) |
protected void |
deployArtifacts(List<AbstractArtifact> artifactList) |
void |
execute(Context context) |
protected abstract List<AbstractArtifact> |
getArtifactList() |
protected List<AbstractArtifact> |
resolveArtifacts(List<? extends AbstractArtifact> artifacts) |
protected abstract List<AbstractArtifact> getArtifactList()
protected String createTargetFileName(AbstractArtifact abstractArtifact)
protected void deployArtifacts(List<AbstractArtifact> artifactList)
protected List<AbstractArtifact> resolveArtifacts(List<? extends AbstractArtifact> artifacts)
Copyright © 2012. All Rights Reserved.