org.zeroturnaround.jenkins
Class ServerCheckbox

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

public class ServerCheckbox
extends Object
implements hudson.model.Describable<ServerCheckbox>


Nested Class Summary
static class ServerCheckbox.DescriptorImpl
           
 
Constructor Summary
ServerCheckbox(String server, String title, boolean selected, boolean online)
           
 
Method Summary
 ServerCheckbox.DescriptorImpl getDescriptor()
           
 String getServer()
           
 String getTitle()
           
 boolean isOnline()
           
 boolean isSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCheckbox

@DataBoundConstructor
public ServerCheckbox(String server,
                                           String title,
                                           boolean selected,
                                           boolean online)
Method Detail

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-2012 Hudson. All Rights Reserved.