public class DeleteArtifactStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware
| Constructor and Description |
|---|
DeleteArtifactStep(int order,
com.xebialabs.deployit.plugin.overthere.Host host,
java.lang.String artifactPath,
com.xebialabs.deployit.plugin.overthere.Host domainHost) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
java.lang.String |
getDescription() |
int |
getOrder() |
com.xebialabs.xlplatform.satellite.Satellite |
getSatellite() |
int |
hashCode() |
public DeleteArtifactStep(int order,
com.xebialabs.deployit.plugin.overthere.Host host,
java.lang.String artifactPath,
com.xebialabs.deployit.plugin.overthere.Host domainHost)
public java.lang.String getDescription()
getDescription in interface com.xebialabs.deployit.plugin.api.flow.Steppublic com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
execute in interface com.xebialabs.deployit.plugin.api.flow.Stepjava.lang.Exceptionpublic int getOrder()
getOrder in interface com.xebialabs.deployit.plugin.api.flow.Steppublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.xebialabs.xlplatform.satellite.Satellite getSatellite()
getSatellite in interface com.xebialabs.xlplatform.satellite.SatelliteAware