Uses of Interface
jenkins.model.IComputer
Packages that use 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
Classes in hudson.model that implement IComputerModifier and TypeClassDescriptionclass
Represents the running state of a remote computer that holdsExecutor
s.static final class
Deprecated.only here for backward compMethods in hudson.model that return types with arguments of type IComputerModifier and TypeMethodDescriptionCollection<? extends IComputer>
ComputerSet.ComputerSource.get()
Collection<? extends IComputer>
ComputerSet.ComputerSourceImpl.get()
Collection<? extends IComputer>
ComputerSet.getComputers()
-
Uses of IComputer in hudson.security
Methods in hudson.security with parameters of type IComputer -
Uses of IComputer in hudson.slaves
Classes in hudson.slaves that implement IComputerModifier and TypeClassDescriptionclass
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
-
Uses of IComputer in jenkins.model
Classes in jenkins.model that implement IComputerMethods in jenkins.model that return IComputerMethods in jenkins.model with parameters of type IComputer -
Uses of IComputer in jenkins.widgets
Methods in jenkins.widgets that return types with arguments of type IComputerConstructor parameters in jenkins.widgets with type arguments of type IComputerModifierConstructorDescriptionExecutorsWidget
(String ownerUrl, List<? extends IComputer> computers)