Uses of Interface
jenkins.model.IComputer
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Security-related code.
Code related to agents.
-
Uses of IComputer in hudson.model
Modifier and TypeClassDescriptionclass
Represents the running state of a remote computer that holdsExecutor
s.static final class
Deprecated.only here for backward compModifier and TypeMethodDescriptionCollection<? extends IComputer>
ComputerSet.ComputerSource.get()
Collection<? extends IComputer>
ComputerSet.ComputerSourceImpl.get()
Collection<? extends IComputer>
ComputerSet.getComputers()
-
Uses of IComputer in hudson.security
-
Uses of IComputer in hudson.slaves
Modifier and TypeClassDescriptionclass
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
-
Uses of IComputer in jenkins.model
-
Uses of IComputer in jenkins.widgets
ModifierConstructorDescriptionExecutorsWidget
(String ownerUrl, List<? extends IComputer> computers)