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 Object
implements hudson.model.Describable<StaticContentForm>


Nested Class Summary
static class StaticContentForm.StaticContentDescriptorImpl
           
 
Constructor Summary
StaticContentForm(List<ServerCheckbox> staticServers, String filePath)
           
 
Method Summary
 StaticContentForm.StaticContentDescriptorImpl getDescriptor()
           
 String getFilePath()
           
 List<ServerCheckbox> getStaticServers()
           
 void setFilePath(String filePath)
           
 void setStaticServers(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(List<ServerCheckbox> staticServers,
                                              String filePath)
Method Detail

getStaticServers

public List<ServerCheckbox> getStaticServers()

setStaticServers

public void setStaticServers(List<ServerCheckbox> staticServers)

getFilePath

public String getFilePath()

setFilePath

public void setFilePath(String filePath)

getDescriptor

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


Copyright © 2004-2013. All Rights Reserved.