org.zeroturnaround.jenkins
Class ServerCheckbox
java.lang.Object
org.zeroturnaround.jenkins.ServerCheckbox
- All Implemented Interfaces:
- hudson.model.Describable<ServerCheckbox>
public class ServerCheckbox
- extends Object
- implements hudson.model.Describable<ServerCheckbox>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerCheckbox
@DataBoundConstructor
public ServerCheckbox(String server,
String title,
boolean selected,
boolean online)
isOnline
public boolean isOnline()
getTitle
public String getTitle()
isSelected
public boolean isSelected()
getServer
public String getServer()
getDescriptor
public ServerCheckbox.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<ServerCheckbox>
Copyright © 2004-2011 Hudson. All Rights Reserved.