Uses of Class
hudson.tasks.Builder
-
Packages that use Builder Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks jenkins.model -
-
Uses of Builder in hudson
Methods in hudson that return types with arguments of type Builder Modifier and Type Method Description static List<Descriptor<Builder>>
Functions. getBuilderDescriptors(AbstractProject<?,?> project)
-
Uses of Builder in hudson.model
Methods in hudson.model that return types with arguments of type Builder Modifier and Type Method Description List<Builder>
Project. getBuilders()
DescribableList<Builder,Descriptor<Builder>>
Project. getBuildersList()
DescribableList<Builder,Descriptor<Builder>>
Project. getBuildersList()
-
Uses of Builder in hudson.tasks
Subclasses of Builder in hudson.tasks Modifier and Type Class Description class
BatchFile
Executes commands by using Windows batch file.class
CommandInterpreter
class
Maven
Build by using Maven.class
Shell
Executes a series of commands by using a shell.Fields in hudson.tasks with type parameters of type Builder Modifier and Type Field Description static List<Descriptor<Builder>>
BuildStep. BUILDERS
Deprecated.as of 1.286.Methods in hudson.tasks that return Builder Modifier and Type Method Description Builder
Maven.DescriptorImpl. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
Methods in hudson.tasks that return types with arguments of type Builder Modifier and Type Method Description static DescriptorExtensionList<Builder,Descriptor<Builder>>
Builder. all()
Returns all the registeredBuilder
descriptors.static DescriptorExtensionList<Builder,Descriptor<Builder>>
Builder. all()
Returns all the registeredBuilder
descriptors.Descriptor<Builder>
Builder. getDescriptor()
-
Uses of Builder in jenkins.model
Methods in jenkins.model that return types with arguments of type Builder Modifier and Type Method Description Descriptor<Builder>
Jenkins. getBuilder(String shortClassName)
Gets the builder descriptor by name.
-