public class InspectScriptExecutionStep extends BaseExecutionStep
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISCOVERED_ITEM_PRELUDE |
static java.lang.String |
INSPECTED_PROPERTY_PRELUDE |
protected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
inspectedItem |
container, ctx, FREEMARKER_FILE_EXT, logger, remoteConn| Constructor and Description |
|---|
InspectScriptExecutionStep(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem inspectedItem,
java.lang.String scriptPath,
com.xebialabs.deployit.plugin.overthere.HostContainer container,
java.util.Map<java.lang.String,java.lang.Object> vars,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
protected boolean |
handleOutputLine(java.lang.String line,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
protected boolean |
isReferenceToParent(com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor pd) |
createArtifactUploader, doExecute, executeScript, getArtifact, getClasspathResources, getDerivedArtifact, getFileResources, getPreview, getScriptPath, getScriptTemplatePath, getTemplateClasspathResources, getUploadedArtifactPath, getVars, requestStaging, resolveOsSpecificFileName, resolveOsSpecificFileName, setArtifact, setClasspathResources, setDerivedArtifact, setFileResources, setTemplateClasspathResources, setWorkingDirectory, uploadArtifactIfPresent, uploadClasspathResources, uploadFileOrDirectory, uploadFileResources, uploadScriptToExecute, uploadTemplateClasspathResourcesclasspathResourceExists, createOrReplaceHostFile, disconnect, evaluateTemplate, evaluateTemplate, evaluateTemplate, evaluateTemplate, getArtifactUploader, getContainer, getCtx, getHostFileSeparator, getHostLineSeparator, getLocalConnection, getRemoteConnection, getRemoteWorkingDirectory, getRemoteWorkingDirPath, handleExecute, hostFileExists, isRetainRemoteWorkingDirOnCompletion, readHostFile, readHostFileLines, readHostXmlFileAsModel, resolveOsSpecificTemplate, setRemoteWorkingDirPath, setRetainRemoteWorkingDirOnCompletion, substringAfterLast, substringAfterLast, uploadToWorkingDirectory, uploadToWorkingDirectory, uploadToWorkingDirectorycalculateDescription, calculateOrder, description_$eq, description, doPostConstruct, getDescription, getOrder, order_$eq, order, setDescription, setOrderprotected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem inspectedItem
public static final java.lang.String INSPECTED_PROPERTY_PRELUDE
public static final java.lang.String DISCOVERED_ITEM_PRELUDE
public InspectScriptExecutionStep(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem inspectedItem,
java.lang.String scriptPath,
com.xebialabs.deployit.plugin.overthere.HostContainer container,
java.util.Map<java.lang.String,java.lang.Object> vars,
java.lang.String description)
public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
java.lang.Exceptionprotected boolean handleOutputLine(java.lang.String line,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
protected boolean isReferenceToParent(com.xebialabs.deployit.plugin.api.reflect.PropertyDescriptor pd)