Uses of Class
hudson.tasks.Builder
Packages that use Builder
-
Uses of Builder in hudson
Modifier and TypeMethodDescriptionstatic List<Descriptor<Builder>>
Functions.getBuilderDescriptors
(AbstractProject<?, ?> project) -
Uses of Builder in hudson.model
Methods in hudson.model that return types with arguments of type BuilderModifier and TypeMethodDescriptionProject.getBuilders()
Project.getBuildersList()
Project.getBuildersList()
-
Uses of Builder in hudson.tasks
Subclasses of Builder in hudson.tasksModifier and TypeClassDescriptionclass
Executes commands by using Windows batch file.class
class
Build by using Maven.class
Executes a series of commands by using a shell.Fields in hudson.tasks with type parameters of type BuilderModifier and TypeFieldDescriptionstatic final List<Descriptor<Builder>>
BuildStep.BUILDERS
Deprecated.as of 1.286.Methods in hudson.tasks that return BuilderModifier and TypeMethodDescriptionMaven.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Methods in hudson.tasks that return types with arguments of type BuilderModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Builder,
Descriptor<Builder>> Builder.all()
Returns all the registeredBuilder
descriptors.static DescriptorExtensionList<Builder,
Descriptor<Builder>> Builder.all()
Returns all the registeredBuilder
descriptors.Builder.getDescriptor()
-
Uses of Builder in jenkins.model
Methods in jenkins.model that return types with arguments of type BuilderModifier and TypeMethodDescriptionJenkins.getBuilder
(String shortClassName) Gets the builder descriptor by name.