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 java.lang.Object
- implements hudson.model.Describable<ServerCheckbox>, org.zeroturnaround.liverebel.plugins.Server
|
Constructor Summary |
ServerCheckbox(java.lang.String server,
java.lang.String title,
java.lang.String parentNames,
int indentDepth,
boolean selected,
boolean online,
boolean isGroup,
com.zeroturnaround.liverebel.util.ServerKind type,
boolean virtualHostsSupported,
java.lang.String defaultVirtualHostName,
java.util.Set<java.lang.String> virtualHostNames)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerCheckbox
@DataBoundConstructor
public ServerCheckbox(java.lang.String server,
java.lang.String title,
java.lang.String parentNames,
int indentDepth,
boolean selected,
boolean online,
boolean isGroup,
com.zeroturnaround.liverebel.util.ServerKind type,
boolean virtualHostsSupported,
java.lang.String defaultVirtualHostName,
java.util.Set<java.lang.String> virtualHostNames)
getIndentDepthAsCSSClass
public java.lang.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 java.lang.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 java.lang.String getServer()
isOnline
public boolean isOnline()
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle in interface org.zeroturnaround.liverebel.plugins.Server
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface org.zeroturnaround.liverebel.plugins.Server
getId
public java.lang.String getId()
- Specified by:
getId in interface org.zeroturnaround.liverebel.plugins.Server
setId
public void setId(java.lang.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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getType
public com.zeroturnaround.liverebel.util.ServerKind getType()
- Specified by:
getType in interface org.zeroturnaround.liverebel.plugins.Server
setType
public void setType(java.lang.String type)
getVirtualHostNames
public java.util.Set<java.lang.String> getVirtualHostNames()
- Specified by:
getVirtualHostNames in interface org.zeroturnaround.liverebel.plugins.Server
getDefaultVirtualHostName
public java.lang.String getDefaultVirtualHostName()
- Specified by:
getDefaultVirtualHostName in interface org.zeroturnaround.liverebel.plugins.Server
isVirtualHostsSupported
public boolean isVirtualHostsSupported()
- Specified by:
isVirtualHostsSupported in interface org.zeroturnaround.liverebel.plugins.Server
Copyright © 2004-2013. All Rights Reserved.