Uses of Class
hudson.tasks.BuildWrapper
Packages that use BuildWrapper
-
Uses of BuildWrapper in hudson
Methods in hudson that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionstatic List<Descriptor<BuildWrapper>> Functions.getBuildWrapperDescriptors(AbstractProject<?, ?> project) -
Uses of BuildWrapper in hudson.model
Methods in hudson.model that return BuildWrapperModifier and TypeMethodDescriptionFileParameterValue.createBuildWrapper(AbstractBuild<?, ?> build) ParameterValue.createBuildWrapper(AbstractBuild<?, ?> build) Called at the beginning of a build (but afterSCMoperations have taken place) to let aParameterValuecontributes aBuildWrapperto the build.Methods in hudson.model that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionProject.getBuildWrappers()Project.getBuildWrappers()BuildableItemWithBuildWrappers.getBuildWrappersList()BuildWrappers associated with thisAbstractProject.BuildableItemWithBuildWrappers.getBuildWrappersList()BuildWrappers associated with thisAbstractProject.Project.getBuildWrappersList()Project.getBuildWrappersList()Method parameters in hudson.model with type arguments of type BuildWrapperModifier and TypeMethodDescriptionvoidParametersAction.createBuildWrappers(AbstractBuild<?, ?> build, Collection<? super BuildWrapper> result) -
Uses of BuildWrapper in hudson.tasks
Fields in hudson.tasks with type parameters of type BuildWrapperModifier and TypeFieldDescriptionstatic final List<Descriptor<BuildWrapper>> BuildWrappers.WRAPPERSDeprecated.as of 1.281.Methods in hudson.tasks that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionBuildWrapper.all()Returns all the registeredBuildWrapperdescriptors.BuildWrapper.all()Returns all the registeredBuildWrapperdescriptors.static List<Descriptor<BuildWrapper>> BuildWrappers.getFor(AbstractProject<?, ?> project) List up allBuildWrapperDescriptors that are applicable for the given project.Constructor parameters in hudson.tasks with type arguments of type BuildWrapperModifierConstructorDescriptionprotectedBuildWrapperDescriptor(Class<? extends BuildWrapper> clazz) -
Uses of BuildWrapper in jenkins.model
Methods in jenkins.model that return types with arguments of type BuildWrapperModifier and TypeMethodDescriptionJenkins.getBuildWrapper(String shortClassName) Gets the build wrapper descriptor by name. -
Uses of BuildWrapper in jenkins.tasks
Subclasses of BuildWrapper in jenkins.tasksModifier and TypeClassDescriptionclassA generalization ofBuildWrapperthat, likeSimpleBuildStep, may be called at various points within a build.