|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildWrapper | |
---|---|
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 BuildWrapper in hudson |
---|
Methods in hudson that return types with arguments of type BuildWrapper | |
---|---|
static List<Descriptor<BuildWrapper>> |
Functions.getBuildWrapperDescriptors(AbstractProject<?,?> project)
|
Uses of BuildWrapper in hudson.matrix |
---|
Methods in hudson.matrix that return types with arguments of type BuildWrapper | |
---|---|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
MatrixConfiguration.getBuildWrappers()
|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
MatrixConfiguration.getBuildWrappers()
|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
MatrixProject.getBuildWrappers()
|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
MatrixProject.getBuildWrappers()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MatrixConfiguration.getBuildWrappersList()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MatrixConfiguration.getBuildWrappersList()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MatrixProject.getBuildWrappersList()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MatrixProject.getBuildWrappersList()
|
Uses of BuildWrapper in hudson.maven |
---|
Methods in hudson.maven that return types with arguments of type BuildWrapper | |
---|---|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MavenModuleSet.getBuildWrappers()
Deprecated. as of 1.335 Use MavenModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject . |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MavenModuleSet.getBuildWrappers()
Deprecated. as of 1.335 Use MavenModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject . |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MavenModuleSet.getBuildWrappersList()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
MavenModuleSet.getBuildWrappersList()
|
Uses of BuildWrapper in hudson.model |
---|
Methods in hudson.model that return BuildWrapper | |
---|---|
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)
|
Methods in hudson.model that return types with arguments of type BuildWrapper | |
---|---|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
Project.getBuildWrappers()
|
Map<Descriptor<BuildWrapper>,BuildWrapper> |
Project.getBuildWrappers()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
Project.getBuildWrappersList()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
Project.getBuildWrappersList()
|
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper s associated with this AbstractProject . |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper s associated with this AbstractProject . |
Method parameters in hudson.model with type arguments of type BuildWrapper | |
---|---|
void |
ParametersAction.createBuildWrappers(AbstractBuild<?,?> build,
Collection<? super BuildWrapper> result)
|
Uses of BuildWrapper in hudson.tasks |
---|
Fields in hudson.tasks with type parameters of type BuildWrapper | |
---|---|
static List<Descriptor<BuildWrapper>> |
BuildWrappers.WRAPPERS
Deprecated. as of 1.281. Use Extension for registration, and use all()
for listing them. |
Methods in hudson.tasks that return types with arguments of type BuildWrapper | |
---|---|
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 BuildWrapperDescriptor s that are applicable for the given project. |
Constructor parameters in hudson.tasks with type arguments of type BuildWrapper | |
---|---|
BuildWrapperDescriptor(Class<? extends BuildWrapper> clazz)
|
Uses of BuildWrapper in jenkins.model |
---|
Methods in jenkins.model that return types with arguments of type BuildWrapper | |
---|---|
Descriptor<BuildWrapper> |
Jenkins.getBuildWrapper(String shortClassName)
Gets the build wrapper descriptor by name. |
Uses of BuildWrapper in org.jvnet.hudson.test |
---|
Subclasses of BuildWrapper in org.jvnet.hudson.test | |
---|---|
static class |
HudsonTestCase.TestBuildWrapper
|
static class |
JenkinsRule.TestBuildWrapper
|
Methods in org.jvnet.hudson.test that return BuildWrapper | |
---|---|
BuildWrapper |
JenkinsRule.TestBuildWrapper.TestBuildWrapperDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
BuildWrapper |
HudsonTestCase.TestBuildWrapper.TestBuildWrapperDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |