Uses of Class
hudson.tasks.BuildStepDescriptor

Packages that use BuildStepDescriptor
hudson.maven Maven support. 
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). 
 

Uses of BuildStepDescriptor in hudson.maven
 

Subclasses of BuildStepDescriptor in hudson.maven
static class MavenTestDataPublisher.DescriptorImpl
           
static class RedeployPublisher.DescriptorImpl
           
 

Uses of BuildStepDescriptor in hudson.tasks
 

Subclasses of BuildStepDescriptor in hudson.tasks
static class ArtifactArchiver.DescriptorImpl
           
static class BatchFile.DescriptorImpl
           
static class BuildTrigger.DescriptorImpl
           
static class Fingerprinter.DescriptorImpl
           
static class Maven.DescriptorImpl
           
static class Shell.DescriptorImpl
           
 

Methods in hudson.tasks that return BuildStepDescriptor
 BuildStepDescriptor Notifier.getDescriptor()
           
 BuildStepDescriptor Recorder.getDescriptor()
           
 

Uses of BuildStepDescriptor in hudson.tasks.junit
 

Subclasses of BuildStepDescriptor in hudson.tasks.junit
static class JUnitResultArchiver.DescriptorImpl
           
 

Uses of BuildStepDescriptor in hudson.tasks.test
 

Subclasses of BuildStepDescriptor in hudson.tasks.test
static class AggregatedTestResultPublisher.DescriptorImpl
           
 



Copyright © 2004-2013. All Rights Reserved.