org.zeroturnaround.jenkins
Class ServerCheckbox

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

public class ServerCheckbox
extends Object
implements hudson.model.Describable<ServerCheckbox>, org.zeroturnaround.liverebel.plugins.Server


Nested Class Summary
static class ServerCheckbox.DescriptorImpl
           
 
Constructor Summary
ServerCheckbox(String server, String title, String parentNames, int indentDepth, boolean selected, boolean online, boolean isGroup)
           
 
Method Summary
 ServerCheckbox.DescriptorImpl getDescriptor()
           
 String getId()
           
 int getIndentDepth()
           
 String getIndentDepthAsCSSClass()
           
 String getParentNames()
           
 String getServer()
           
 String getTitle()
           
 boolean isChecked()
           
 boolean isConnected()
           
 boolean isGroup()
           
 boolean isOnline()
           
 boolean isSelected()
           
 void setChecked(boolean checked)
           
 void setConnected(boolean connected)
           
 void setId(String id)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerCheckbox

@DataBoundConstructor
public ServerCheckbox(String server,
                                           String title,
                                           String parentNames,
                                           int indentDepth,
                                           boolean selected,
                                           boolean online,
                                           boolean isGroup)
Method Detail

getIndentDepthAsCSSClass

public String getIndentDepthAsCSSClass()
Specified by:
getIndentDepthAsCSSClass in interface org.zeroturnaround.liverebel.plugins.Server

getIndentDepth

public int getIndentDepth()
Specified by:
getIndentDepth in interface org.zeroturnaround.liverebel.plugins.Server

getParentNames

public String getParentNames()
Specified by:
getParentNames in interface org.zeroturnaround.liverebel.plugins.Server

isGroup

public boolean isGroup()
Specified by:
isGroup in interface org.zeroturnaround.liverebel.plugins.Server

getServer

public String getServer()

isOnline

public boolean isOnline()

getTitle

public String getTitle()
Specified by:
getTitle in interface org.zeroturnaround.liverebel.plugins.Server

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface org.zeroturnaround.liverebel.plugins.Server

getId

public String getId()
Specified by:
getId in interface org.zeroturnaround.liverebel.plugins.Server

setId

public void setId(String id)
Specified by:
setId in interface org.zeroturnaround.liverebel.plugins.Server

isConnected

public boolean isConnected()
Specified by:
isConnected in interface org.zeroturnaround.liverebel.plugins.Server

setConnected

public void setConnected(boolean connected)
Specified by:
setConnected in interface org.zeroturnaround.liverebel.plugins.Server

isChecked

public boolean isChecked()
Specified by:
isChecked in interface org.zeroturnaround.liverebel.plugins.Server

setChecked

public void setChecked(boolean checked)
Specified by:
setChecked in interface org.zeroturnaround.liverebel.plugins.Server

isSelected

public boolean isSelected()

getDescriptor

public ServerCheckbox.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<ServerCheckbox>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.