|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Builder | |
|---|---|
| hudson | |
| hudson.matrix | Matrix project |
| hudson.maven | Maven support. |
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.tasks | Built-in Builders and Publishers that perform the actual heavy-lifting of a build. |
| jenkins.model | |
| org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
| Uses of Builder in hudson |
|---|
| Methods in hudson that return types with arguments of type Builder | |
|---|---|
static List<Descriptor<Builder>> |
Functions.getBuilderDescriptors(AbstractProject<?,?> project)
|
| Uses of Builder in hudson.matrix |
|---|
| Methods in hudson.matrix that return types with arguments of type Builder | |
|---|---|
List<Builder> |
MatrixConfiguration.getBuilders()
|
List<Builder> |
MatrixProject.getBuilders()
|
DescribableList<Builder,Descriptor<Builder>> |
MatrixConfiguration.getBuildersList()
|
DescribableList<Builder,Descriptor<Builder>> |
MatrixConfiguration.getBuildersList()
|
DescribableList<Builder,Descriptor<Builder>> |
MatrixProject.getBuildersList()
|
DescribableList<Builder,Descriptor<Builder>> |
MatrixProject.getBuildersList()
|
| Uses of Builder in hudson.maven |
|---|
| Methods in hudson.maven that return types with arguments of type Builder | |
|---|---|
DescribableList<Builder,Descriptor<Builder>> |
MavenModuleSet.getPostbuilders()
Builders that are run after the main Maven execution. |
DescribableList<Builder,Descriptor<Builder>> |
MavenModuleSet.getPostbuilders()
Builders that are run after the main Maven execution. |
DescribableList<Builder,Descriptor<Builder>> |
MavenModuleSet.getPrebuilders()
Builders that are run before the main Maven execution. |
DescribableList<Builder,Descriptor<Builder>> |
MavenModuleSet.getPrebuilders()
Builders that are run before the main Maven execution. |
| Uses of Builder in hudson.model |
|---|
| Methods in hudson.model that return types with arguments of type Builder | |
|---|---|
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 | |
|---|---|
class |
BatchFile
Executes commands by using Windows batch file. |
class |
CommandInterpreter
Common part between Shell and BatchFile. |
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 | |
|---|---|
static List<Descriptor<Builder>> |
BuildStep.BUILDERS
Deprecated. as of 1.286. Use all() for read access, and use
Extension for registration. |
| Methods in hudson.tasks that return Builder | |
|---|---|
Builder |
Shell.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject data)
|
Builder |
BatchFile.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject data)
|
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 | |
|---|---|
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()
|
| Uses of Builder in jenkins.model |
|---|
| Methods in jenkins.model that return types with arguments of type Builder | |
|---|---|
Descriptor<Builder> |
Jenkins.getBuilder(String shortClassName)
Gets the builder descriptor by name. |
| Uses of Builder in org.jvnet.hudson.test |
|---|
| Subclasses of Builder in org.jvnet.hudson.test | |
|---|---|
class |
CaptureEnvironmentBuilder
Builder that captures the environment variables used during a build. |
class |
FailureBuilder
Mock Builder that always cause a build to fail. |
class |
MockBuilder
Forces the build result to be some pre-configured value. |
class |
SleepBuilder
Builder that just sleeps for the specified amount of milli-seconds. |
class |
TestBuilder
Partial Builder implementation for writing a one-off throw-away builder used during tests. |
class |
TouchBuilder
|
class |
UnstableBuilder
Mock Builder that always cause a build to fail. |
| Methods in org.jvnet.hudson.test with type parameters of type Builder | ||
|---|---|---|
|
JenkinsRule.configRoundtrip(B before)
Performs a configuration round-trip testing for a builder. |
|
protected
|
HudsonTestCase.configRoundtrip(B before)
Performs a configuration round-trip testing for a builder. |
|
| Methods in org.jvnet.hudson.test that return Builder | |
|---|---|
Builder |
GroovyHudsonTestCase.builder(groovy.lang.Closure c)
Wraps a closure as a Builder. |
Builder |
MockBuilder.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject data)
|
Builder |
CaptureEnvironmentBuilder.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject data)
|
| Methods in org.jvnet.hudson.test that return types with arguments of type Builder | |
|---|---|
Descriptor<Builder> |
MockBuilder.getDescriptor()
|
Descriptor<Builder> |
TestBuilder.getDescriptor()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||