Package hudson.tasks

Built-in Builders and Publishers that perform the actual heavy-lifting of a build.

See:
          Description

Interface Summary
BuildStep One step of the whole build process.
Maven.ProjectWithMaven Optional interface that can be implemented by AbstractProject that has "contextual" Maven.MavenInstallation associated with it.
 

Class Summary
ArtifactArchiver Copies the artifacts into an archive directory.
ArtifactArchiver.DescriptorImpl  
BatchFile Executes commands by using Windows batch file.
BatchFile.DescriptorImpl  
Builder BuildSteps that perform the actual build.
BuildStep.PublisherList List of publisher descriptor.
BuildStepCompatibilityLayer Deprecated. since 1.150
BuildStepDescriptor<T extends BuildStep & Describable<T>> Descriptor for Builder and Publisher.
BuildTrigger Triggers builds of other projects.
BuildTrigger.DescriptorImpl  
BuildTrigger.DescriptorImpl.ItemListenerImpl  
BuildWrapper Pluggability point for performing pre/post actions for the build process.
BuildWrapperDescriptor Descriptor for BuildWrapper.
BuildWrappers List of all installed BuildWrapper.
CommandInterpreter Common part between Shell and BatchFile.
Fingerprinter Records fingerprints of the specified files.
Fingerprinter.DescriptorImpl  
Fingerprinter.FingerprintAction Action for displaying fingerprints.
LogRotator Default implementation of BuildDiscarder.
LogRotator.LRDescriptor  
Maven Build by using Maven.
Maven.DescriptorImpl  
Maven.MavenInstallation Represents a Maven installation in a system.
Maven.MavenInstallation.ConverterImpl  
Maven.MavenInstallation.DescriptorImpl  
Maven.MavenInstaller Automatic Maven installer from apache.org.
Maven.MavenInstaller.DescriptorImpl  
Messages  
Notifier BuildSteps that run after the build is completed.
Publisher BuildSteps that run after the build is completed.
Publisher.DescriptorExtensionListImpl Publisher has a special sort semantics that requires a subtype.
Recorder BuildSteps that run after the build is completed.
Shell Executes a series of commands by using a shell.
Shell.DescriptorImpl  
UserAvatarResolver Infers avatar image URLs for users
UserNameResolver Finds full name off the user when none is specified.
 

Enum Summary
BuildStepMonitor Used by BuildStep.getRequiredMonitorService().
 

Package hudson.tasks Description

Built-in Builders and Publishers that perform the actual heavy-lifting of a build.



Copyright © 2004-2013. All Rights Reserved.