org.zeroturnaround.jenkins
Class StaticContentForm

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

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


Nested Class Summary
static class StaticContentForm.StaticContentDescriptorImpl
           
 
Constructor Summary
StaticContentForm(java.util.List<ServerCheckbox> staticServers, java.lang.String filePath)
           
 
Method Summary
 StaticContentForm.StaticContentDescriptorImpl getDescriptor()
           
 java.lang.String getFilePath()
           
 java.util.List<ServerCheckbox> getStaticServers()
           
 void setFilePath(java.lang.String filePath)
           
 void setStaticServers(java.util.List<ServerCheckbox> staticServers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticContentForm

@DataBoundConstructor
public StaticContentForm(java.util.List<ServerCheckbox> staticServers,
                                              java.lang.String filePath)
Method Detail

getStaticServers

public java.util.List<ServerCheckbox> getStaticServers()

setStaticServers

public void setStaticServers(java.util.List<ServerCheckbox> staticServers)

getFilePath

public java.lang.String getFilePath()

setFilePath

public void setFilePath(java.lang.String filePath)

getDescriptor

public StaticContentForm.StaticContentDescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<StaticContentForm>


Copyright © 2004-2013. All Rights Reserved.