Uses of Package
hudson.tasks

Packages that use hudson.tasks
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.security Security-related code. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Classes in hudson.tasks used by hudson
Builder
          BuildSteps that perform the actual build.
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
Publisher
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by hudson.matrix
Builder
          BuildSteps that perform the actual build.
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
Maven.ProjectWithMaven
          Optional interface that can be implemented by AbstractProject that has "contextual" Maven.MavenInstallation associated with it.
Publisher
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by hudson.maven
Builder
          BuildSteps that perform the actual build.
BuildStep
          One step of the whole build process.
BuildStepCompatibilityLayer
          Deprecated. since 1.150
BuildStepDescriptor
          Descriptor for Builder and Publisher.
BuildStepMonitor
          Used by BuildStep.getRequiredMonitorService().
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
LogRotator
          Default implementation of BuildDiscarder.
Maven.DescriptorImpl
           
Maven.MavenInstallation
          Represents a Maven installation in a system.
Maven.ProjectWithMaven
          Optional interface that can be implemented by AbstractProject that has "contextual" Maven.MavenInstallation associated with it.
Publisher
          BuildSteps that run after the build is completed.
Recorder
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by hudson.model
Builder
          BuildSteps that perform the actual build.
BuildStep
          One step of the whole build process.
BuildStepMonitor
          Used by BuildStep.getRequiredMonitorService().
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
LogRotator
          Default implementation of BuildDiscarder.
Maven.MavenInstallation
          Represents a Maven installation in a system.
Maven.ProjectWithMaven
          Optional interface that can be implemented by AbstractProject that has "contextual" Maven.MavenInstallation associated with it.
Publisher
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by hudson.security
BuildStep
          One step of the whole build process.
 

Classes in hudson.tasks used by hudson.tasks
ArtifactArchiver
          Copies the artifacts into an archive directory.
ArtifactArchiver.DescriptorImpl
           
Builder
          BuildSteps that perform the actual build.
BuildStep
          One step of the whole build process.
BuildStep.PublisherList
          List of publisher descriptor.
BuildStepCompatibilityLayer
          Deprecated. since 1.150
BuildStepDescriptor
          Descriptor for Builder and Publisher.
BuildStepMonitor
          Used by BuildStep.getRequiredMonitorService().
BuildTrigger
          Triggers builds of other projects.
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
BuildWrapper.Environment
          Represents the environment set up by BuildWrapper.setUp(Build,Launcher,BuildListener).
CommandInterpreter
          Common part between Shell and BatchFile.
Fingerprinter.FingerprintAction
          Action for displaying fingerprints.
Maven.DescriptorImpl
           
Maven.MavenInstallation
          Represents a Maven installation in a system.
Publisher
          BuildSteps that run after the build is completed.
Recorder
          BuildSteps that run after the build is completed.
Shell.DescriptorImpl
           
UserAvatarResolver
          Infers avatar image URLs for users
UserNameResolver
          Finds full name off the user when none is specified.
 

Classes in hudson.tasks used by hudson.tasks.junit
BuildStep
          One step of the whole build process.
BuildStepCompatibilityLayer
          Deprecated. since 1.150
BuildStepDescriptor
          Descriptor for Builder and Publisher.
BuildStepMonitor
          Used by BuildStep.getRequiredMonitorService().
Publisher
          BuildSteps that run after the build is completed.
Recorder
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by hudson.tasks.test
BuildStep
          One step of the whole build process.
BuildStepCompatibilityLayer
          Deprecated. since 1.150
BuildStepDescriptor
          Descriptor for Builder and Publisher.
BuildStepMonitor
          Used by BuildStep.getRequiredMonitorService().
Publisher
          BuildSteps that run after the build is completed.
Recorder
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by jenkins.model
Builder
          BuildSteps that perform the actual build.
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
Publisher
          BuildSteps that run after the build is completed.
 

Classes in hudson.tasks used by org.jvnet.hudson.test
Builder
          BuildSteps that perform the actual build.
BuildStep
          One step of the whole build process.
BuildStepCompatibilityLayer
          Deprecated. since 1.150
BuildWrapper
          Pluggability point for performing pre/post actions for the build process.
BuildWrapper.Environment
          Represents the environment set up by BuildWrapper.setUp(Build,Launcher,BuildListener).
BuildWrapperDescriptor
          Descriptor for BuildWrapper.
Maven.MavenInstallation
          Represents a Maven installation in a system.
Publisher
          BuildSteps that run after the build is completed.
 



Copyright © 2004-2013. All Rights Reserved.