public class JenkinsPackageOptions extends java.lang.Object implements hudson.model.Describable<JenkinsPackageOptions>
Modifier and Type | Class and Description |
---|---|
static class |
JenkinsPackageOptions.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
PluginLogger |
pluginLogger |
Constructor and Description |
---|
JenkinsPackageOptions(java.util.List<DeployableView> deployables) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DeployableView> |
getDeployables() |
hudson.model.Descriptor<JenkinsPackageOptions> |
getDescriptor() |
com.xebialabs.deployit.plugin.api.udm.DeploymentPackage |
toDeploymentPackage(java.lang.String applicationName,
java.lang.String version,
java.util.List<? extends NameValuePair> packageProperties,
DeployitDescriptorRegistry registry,
hudson.FilePath workspace,
hudson.EnvVars envVars,
JenkinsDeploymentListener listener) |
public final PluginLogger pluginLogger
@DataBoundConstructor public JenkinsPackageOptions(java.util.List<DeployableView> deployables)
public hudson.model.Descriptor<JenkinsPackageOptions> getDescriptor()
getDescriptor
in interface hudson.model.Describable<JenkinsPackageOptions>
public java.util.List<DeployableView> getDeployables()
public com.xebialabs.deployit.plugin.api.udm.DeploymentPackage toDeploymentPackage(java.lang.String applicationName, java.lang.String version, java.util.List<? extends NameValuePair> packageProperties, DeployitDescriptorRegistry registry, hudson.FilePath workspace, hudson.EnvVars envVars, JenkinsDeploymentListener listener)