com.xebialabs.deployit.plugin.powershell
Class BasePowerShellDeployed<D extends com.xebialabs.deployit.plugin.api.udm.Deployable,C extends com.xebialabs.deployit.plugin.overthere.HostContainer>

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<D,C>
          extended by com.xebialabs.deployit.plugin.powershell.BasePowerShellDeployed<D,C>
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Deployed<D,C>, com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer<D,C>, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
Direct Known Subclasses:
BaseExtensiblePowerShellDeployed

@Metadata(virtual=true)
public class BasePowerShellDeployed<D extends com.xebialabs.deployit.plugin.api.udm.Deployable,C extends com.xebialabs.deployit.plugin.overthere.HostContainer>
extends com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<D,C>

See Also:
Serialized Form

Field Summary
static java.lang.String STEP_OPTION_EXPOSE_DEPLOYED_APPLICATION
           
static java.lang.String STEP_OPTION_EXPOSE_PREVIOUS_DEPLOYED
           
static java.lang.String STEP_OPTION_NONE
           
static java.lang.String STEP_OPTION_UPLOAD_ARTIFACT_DATA
           
static java.lang.String STEP_OPTION_UPLOAD_CLASSPATH_RESOURCES
           
static java.lang.String STEP_OPTIONS_DESCRIPTION_SUFFIX
           
static java.lang.String STEP_OPTIONS_REGEX
           
 
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer
CONTAINER_FIELD, DEPLOYABLE_FIELD
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Constructor Summary
BasePowerShellDeployed()
           
 
Method Summary
 boolean addStep(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta, int order, java.lang.String scriptPath, java.lang.String verb, java.util.Set<java.lang.String> options)
           
protected  boolean addStep(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta, com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation, int order, java.lang.String scriptPath, java.lang.String verb, java.util.Set<java.lang.String> options)
           
 boolean addStepWithCheckpoint(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx, com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta, com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation, int order, java.lang.String scriptPath, java.lang.String verb, java.util.Set<java.lang.String> options)
           
 java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> args)
           
 java.util.Set<java.lang.String> getClasspathResources()
           
protected  java.lang.String getDescription(java.lang.String verb)
           
 int getDiscoverOrder()
           
 java.lang.String getDiscoverScript()
           
 java.util.List<java.lang.String> getLibraryScripts()
           
protected  java.util.Map<java.lang.String,java.lang.Object> getVars(com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> previous, com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication, java.util.Set<java.lang.String> options)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed
getContainer, getDeployable, setContainer, setDeployable
 
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty
 

Field Detail

STEP_OPTION_NONE

public static final java.lang.String STEP_OPTION_NONE
See Also:
Constant Field Values

STEP_OPTION_UPLOAD_ARTIFACT_DATA

public static final java.lang.String STEP_OPTION_UPLOAD_ARTIFACT_DATA
See Also:
Constant Field Values

STEP_OPTION_UPLOAD_CLASSPATH_RESOURCES

public static final java.lang.String STEP_OPTION_UPLOAD_CLASSPATH_RESOURCES
See Also:
Constant Field Values

STEP_OPTION_EXPOSE_DEPLOYED_APPLICATION

public static final java.lang.String STEP_OPTION_EXPOSE_DEPLOYED_APPLICATION
See Also:
Constant Field Values

STEP_OPTION_EXPOSE_PREVIOUS_DEPLOYED

public static final java.lang.String STEP_OPTION_EXPOSE_PREVIOUS_DEPLOYED
See Also:
Constant Field Values

STEP_OPTIONS_REGEX

public static final java.lang.String STEP_OPTIONS_REGEX
See Also:
Constant Field Values

STEP_OPTIONS_DESCRIPTION_SUFFIX

public static final java.lang.String STEP_OPTIONS_DESCRIPTION_SUFFIX
See Also:
Constant Field Values
Constructor Detail

BasePowerShellDeployed

public BasePowerShellDeployed()
Method Detail

addStep

public boolean addStep(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
                       com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
                       int order,
                       java.lang.String scriptPath,
                       java.lang.String verb,
                       java.util.Set<java.lang.String> options)

addStepWithCheckpoint

public boolean addStepWithCheckpoint(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
                                     com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
                                     com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
                                     int order,
                                     java.lang.String scriptPath,
                                     java.lang.String verb,
                                     java.util.Set<java.lang.String> options)

addStep

protected boolean addStep(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
                          com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta,
                          com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
                          int order,
                          java.lang.String scriptPath,
                          java.lang.String verb,
                          java.util.Set<java.lang.String> options)

getVars

protected java.util.Map<java.lang.String,java.lang.Object> getVars(com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> previous,
                                                                   com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication,
                                                                   java.util.Set<java.lang.String> options)

getDescription

protected java.lang.String getDescription(java.lang.String verb)

controlTaskDispatch

public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name,
                                                                                       java.util.Map<java.lang.String,java.lang.String> args)

getLibraryScripts

public java.util.List<java.lang.String> getLibraryScripts()

getClasspathResources

public java.util.Set<java.lang.String> getClasspathResources()

getDiscoverOrder

public int getDiscoverOrder()

getDiscoverScript

public java.lang.String getDiscoverScript()