com.xebialabs.deployit.plugin.wls.step
Class UploadArtifactStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.step.UploadArtifactStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step, java.io.Serializable

public class UploadArtifactStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.flow.Step

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER
 
Constructor Summary
UploadArtifactStep(int order, com.xebialabs.deployit.plugin.overthere.Host host, com.xebialabs.deployit.plugin.api.udm.artifact.Artifact artifact, java.lang.String uploadLocation)
           
 
Method Summary
 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()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadArtifactStep

public UploadArtifactStep(int order,
                          com.xebialabs.deployit.plugin.overthere.Host host,
                          com.xebialabs.deployit.plugin.api.udm.artifact.Artifact artifact,
                          java.lang.String uploadLocation)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.plugin.api.flow.Step

execute

public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
                                                            throws java.lang.Exception
Specified by:
execute in interface com.xebialabs.deployit.plugin.api.flow.Step
Throws:
java.lang.Exception

getOrder

public int getOrder()
Specified by:
getOrder in interface com.xebialabs.deployit.plugin.api.flow.Step

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object