org.zeroturnaround.jenkins
Class Upload

java.lang.Object
  extended by org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
      extended by org.zeroturnaround.jenkins.Upload
All Implemented Interfaces:
hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>

public class Upload
extends LiveRebelDeployBuilder.ActionWrapper


Nested Class Summary
static class Upload.DescriptorImpl
           
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
LiveRebelDeployBuilder.ActionWrapper.ActionWrapperDescriptor
 
Field Summary
 String app
           
 String artifact
           
 boolean isOverride
           
 String metadata
           
 String ver
           
 
Constructor Summary
Upload(String artifact, String metadata, OverrideForm overrideForm)
           
 
Method Summary
 Upload.DescriptorImpl getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifact

public final String artifact

app

public final String app

ver

public final String ver

metadata

public final String metadata

isOverride

public final boolean isOverride
Constructor Detail

Upload

@DataBoundConstructor
public Upload(String artifact,
                                   String metadata,
                                   OverrideForm overrideForm)
Method Detail

getDescriptor

public Upload.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>
Overrides:
getDescriptor in class LiveRebelDeployBuilder.ActionWrapper


Copyright © 2004-2012 Hudson. All Rights Reserved.