public class XLDeployPackageStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
XLDeployPackageStep.XLDeployPackageExecution |
static class |
XLDeployPackageStep.XLDeployPackageStepDescriptor |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
artifactsPath |
java.lang.String |
darPath |
java.lang.String |
manifestPath |
Constructor and Description |
---|
XLDeployPackageStep(java.lang.String artifactsPath,
java.lang.String manifestPath,
java.lang.String darPath) |
Modifier and Type | Method and Description |
---|---|
XLDeployPackageStep.XLDeployPackageStepDescriptor |
getDescriptor() |
public final java.lang.String darPath
public final java.lang.String manifestPath
public final java.lang.String artifactsPath
@DataBoundConstructor public XLDeployPackageStep(java.lang.String artifactsPath, java.lang.String manifestPath, java.lang.String darPath)
public XLDeployPackageStep.XLDeployPackageStepDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>
getDescriptor
in class org.jenkinsci.plugins.workflow.steps.Step