org.zeroturnaround.jenkins
Class StaticContentForm
java.lang.Object
org.zeroturnaround.jenkins.StaticContentForm
- All Implemented Interfaces:
- hudson.model.Describable<StaticContentForm>
public class StaticContentForm
- extends Object
- implements hudson.model.Describable<StaticContentForm>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticContentForm
@DataBoundConstructor
public StaticContentForm(List<ServerCheckbox> staticServers,
String filePath)
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.