| Package | Description |
|---|---|
| hudson | |
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.tasks | |
| jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
static List<Descriptor<Builder>> |
Functions.getBuilderDescriptors(AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
List<Builder> |
Project.getBuilders() |
DescribableList<Builder,Descriptor<Builder>> |
Project.getBuildersList() |
DescribableList<Builder,Descriptor<Builder>> |
Project.getBuildersList() |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static List<Descriptor<Builder>> |
BuildStep.BUILDERS
|
| Modifier and Type | Method and Description |
|---|---|
Builder |
Maven.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
Builder |
BatchFile.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject data) |
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<Builder,Descriptor<Builder>> |
Builder.all()
Returns all the registered
Builder descriptors. |
static DescriptorExtensionList<Builder,Descriptor<Builder>> |
Builder.all()
Returns all the registered
Builder descriptors. |
Descriptor<Builder> |
Builder.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Descriptor<Builder> |
Jenkins.getBuilder(String shortClassName)
Gets the builder descriptor by name.
|
Copyright © 2019. All rights reserved.