public abstract class AbstractCIBase extends Node implements ItemGroup<TopLevelItem>, org.kohsuke.stapler.StaplerProxy, org.kohsuke.stapler.StaplerFallback, ViewGroup, AccessControlled, DescriptorByNameOwner
Node.InternalComputerListener, Node.Mode
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static boolean |
LOG_STARTUP_PERFORMANCE |
holdOffLaunchUntilSave, SKIP_BUILD_CHECK_ON_FLYWEIGHTS
Constructor and Description |
---|
AbstractCIBase() |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<Node,Computer> |
getComputerMap() |
Set<String> |
getDisabledAdministrativeMonitors()
Get the disabled administrative monitors
|
String |
getNodeName()
Deprecated.
Maybe you were trying to call
Node.getDisplayName() . |
abstract List<Node> |
getNodes()
|
abstract Queue |
getQueue() |
String |
getUrl()
Deprecated.
Why are you calling a method that always returns ""?
You probably want to call
Jenkins.getRootUrl() |
protected void |
interruptReloadThread() |
protected void |
killComputer(Computer c) |
protected void |
resetLabel(Label l) |
void |
setDisabledAdministrativeMonitors(Set<String> disabledAdministrativeMonitors)
Set the disabled administrative monitors
|
protected void |
setViewOwner(View v) |
protected void |
updateComputerList(boolean automaticSlaveLaunch)
Updates Computers.
|
canTake, canTake, createComputer, createLauncher, createPath, getACL, getAssignedLabels, getChannel, getClockDifference, getClockDifferenceCallable, getDescriptor, getDisplayName, getFileSystemProvisioner, getLabelCloud, getLabelString, getMode, getNodeDescription, getNodeProperties, getNodeProperty, getNodeProperty, getNodePropertyDescriptors, getNumExecutors, getRootPath, getSearchUrl, getSelfLabel, getWorkspaceFor, isAcceptingTasks, isHoldOffLaunchUntilSave, reconfigure, save, setLabelString, setNodeName, toComputer
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allItems, allItems, allItems, getAllItems, getAllItems, getAllItems, getFullDisplayName, getFullName, getItem, getItems, getItems, getItemsStream, getItemsStream, getRootDirFor, getUrlChildPrefix, onDeleted, onRenamed
getRootDir
canDelete, deleteView, getAllViews, getItemGroup, getPrimaryView, getView, getViewActions, getViews, getViewsTabBar, onViewRenamed
checkAnyPermission, checkPermission, getACL, hasAnyPermission, hasPermission, hasPermission, hasPermission2
getDescriptorByName
getDisplayName
@Deprecated public String getNodeName()
Node.getDisplayName()
.getNodeName
in class Node
@Deprecated public String getUrl()
Jenkins.getRootUrl()
ItemGroup
getUrl
in interface ItemGroup<TopLevelItem>
getUrl
in interface ViewGroup
protected void resetLabel(Label l)
protected void setViewOwner(View v)
protected void interruptReloadThread()
protected void killComputer(Computer c)
public Set<String> getDisabledAdministrativeMonitors()
public void setDisabledAdministrativeMonitors(Set<String> disabledAdministrativeMonitors)
public abstract Queue getQueue()
protected void updateComputerList(boolean automaticSlaveLaunch)
Copyright © 2004–2021. All rights reserved.