com.xebialabs.deployit.ci
Class JenkinsPackageOptions

java.lang.Object
  extended by com.xebialabs.deployit.ci.JenkinsPackageOptions
All Implemented Interfaces:
hudson.model.Describable<JenkinsPackageOptions>

public class JenkinsPackageOptions
extends java.lang.Object
implements hudson.model.Describable<JenkinsPackageOptions>


Nested Class Summary
static class JenkinsPackageOptions.DescriptorImpl
           
 
Constructor Summary
JenkinsPackageOptions(java.util.List<DeployableView> deployables)
           
 
Method Summary
 java.util.List<DeployableView> getDeployables()
           
 hudson.model.Descriptor<JenkinsPackageOptions> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenkinsPackageOptions

@DataBoundConstructor
public JenkinsPackageOptions(java.util.List<DeployableView> deployables)
Method Detail

getDescriptor

public hudson.model.Descriptor<JenkinsPackageOptions> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<JenkinsPackageOptions>

getDeployables

public java.util.List<DeployableView> getDeployables()