hudson.slaves
Class AbstractCloudImpl
java.lang.Object
hudson.model.AbstractModelObject
hudson.slaves.Cloud
hudson.slaves.AbstractCloudImpl
- All Implemented Interfaces:
- ExtensionPoint, Describable<Cloud>, ModelObject, SearchableModelObject, SearchItem, AccessControlled
public abstract class AbstractCloudImpl
- extends Cloud
Additional convenience implementation on top of Cloud
that are likely useful to
typical Cloud
implementations.
Whereas Cloud
is the contract between the rest of Jenkins and a cloud implementation,
this class focuses on providing a convenience to minimize the effort it takes to integrate
a new cloud to Jenkins.
- Author:
- Kohsuke Kawaguchi
- See Also:
AbstractCloudSlave
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCloudImpl
protected AbstractCloudImpl(String name,
String instanceCapStr)
setInstanceCapStr
protected void setInstanceCapStr(String value)
getInstanceCapStr
public String getInstanceCapStr()
- Gets the instance cap as string. Used primarily for form binding.
getInstanceCap
public int getInstanceCap()
- Gets the instance cap as int, where the capless is represented as
Integer.MAX_VALUE
setInstanceCap
protected void setInstanceCap(int v)
Copyright © 2004-2013. All Rights Reserved.