org.zeroturnaround.jenkins
Class ServerCheckbox
java.lang.Object
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
ServerCheckbox
@DataBoundConstructor
public ServerCheckbox(String server,
String title,
String parentNames,
int indentDepth,
boolean selected,
boolean online,
boolean isGroup)
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.