Uses of Class
org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor
-
Uses of DeclarativeAgentDescriptor in org.jenkinsci.plugins.pipeline.modeldefinition.agent
Modifier and TypeMethodDescriptionstatic DeclarativeAgentDescriptor
Get the descriptor for a given name or null if not found.DeclarativeAgent.getDescriptor()
Modifier and TypeMethodDescriptionDeclarativeAgentDescriptor.all()
Get allDeclarativeAgentDescriptor
s.static List<DeclarativeAgentDescriptor>
DeclarativeAgentDescriptor.allSorted()
Get allDeclarativeAgentDescriptor
s, sorted by name.Modifier and TypeMethodDescriptionstatic DeclarativeAgent<?>
DeclarativeAgentDescriptor.instanceForDescriptor
(DeclarativeAgentDescriptor<?> descriptor, Map<String, Object> arguments) For a given descriptor and map of arguments, return an instance using those arguments.