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 TypeClassDescriptionclassRepresents the running state of a remote computer that holdsExecutors.static final classDeprecated.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> Collection<? extends IComputer> Collection<? extends IComputer> ComputerSet.getComputers()Collection<? extends IComputer> Label.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 TypeClassDescriptionclassAbstractCloudComputer<T extends AbstractCloudSlave>Partial implementation ofComputerto 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)