| Package | Description |
|---|---|
| hudson | |
| hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
| hudson.tasks | |
| jenkins.model | |
| jenkins.tasks |
| Modifier and Type | Method and Description |
|---|---|
static List<Descriptor<BuildWrapper>> |
Functions.getBuildWrapperDescriptors(AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
BuildWrapper |
ParameterValue.createBuildWrapper(AbstractBuild<?,?> build)
Called at the beginning of a build (but after
SCM operations
have taken place) to let a ParameterValue contributes a
BuildWrapper to the build. |
BuildWrapper |
FileParameterValue.createBuildWrapper(AbstractBuild<?,?> build) |
| Modifier and Type | Method and Description |
|---|---|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
Project.getBuildWrappers() |
Map<Descriptor<BuildWrapper>,BuildWrapper> |
Project.getBuildWrappers() |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrappers associated with this AbstractProject. |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrappers associated with this AbstractProject. |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
Project.getBuildWrappersList() |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
Project.getBuildWrappersList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParametersAction.createBuildWrappers(AbstractBuild<?,?> build,
Collection<? super BuildWrapper> result) |
| Modifier and Type | Field and Description |
|---|---|
static List<Descriptor<BuildWrapper>> |
BuildWrappers.WRAPPERS
|
| Modifier and Type | Method and Description |
|---|---|
static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildWrapper.all()
Returns all the registered
BuildWrapper descriptors. |
static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildWrapper.all()
Returns all the registered
BuildWrapper descriptors. |
static List<Descriptor<BuildWrapper>> |
BuildWrappers.getFor(AbstractProject<?,?> project)
List up all
BuildWrapperDescriptors that are applicable for the given project. |
| Constructor and Description |
|---|
BuildWrapperDescriptor(Class<? extends BuildWrapper> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Descriptor<BuildWrapper> |
Jenkins.getBuildWrapper(String shortClassName)
Gets the build wrapper descriptor by name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBuildWrapper
A generalization of
BuildWrapper that, like SimpleBuildStep, may be called at various points within a build. |
Copyright © 2019. All rights reserved.