Uses of Class
hudson.tasks.BuildStepCompatibilityLayer

Packages that use BuildStepCompatibilityLayer
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). 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of BuildStepCompatibilityLayer in hudson.maven
 

Subclasses of BuildStepCompatibilityLayer in hudson.maven
 class MavenTestDataPublisher
          Augments SurefireReport by executing TestDataPublishers.
 class RedeployPublisher
          Publisher for MavenModuleSetBuild to deploy artifacts after a build is fully succeeded.
 

Uses of BuildStepCompatibilityLayer in hudson.tasks
 

Subclasses of BuildStepCompatibilityLayer in hudson.tasks
 class ArtifactArchiver
          Copies the artifacts into an archive directory.
 class BatchFile
          Executes commands by using Windows batch file.
 class Builder
          BuildSteps that perform the actual build.
 class BuildTrigger
          Triggers builds of other projects.
 class CommandInterpreter
          Common part between Shell and BatchFile.
 class Fingerprinter
          Records fingerprints of the specified files.
 class Maven
          Build by using Maven.
 class Notifier
          BuildSteps that run after the build is completed.
 class Publisher
          BuildSteps that run after the build is completed.
 class Recorder
          BuildSteps that run after the build is completed.
 class Shell
          Executes a series of commands by using a shell.
 

Uses of BuildStepCompatibilityLayer in hudson.tasks.junit
 

Subclasses of BuildStepCompatibilityLayer in hudson.tasks.junit
 class JUnitResultArchiver
          Generates HTML report from JUnit test result XML files.
 

Uses of BuildStepCompatibilityLayer in hudson.tasks.test
 

Subclasses of BuildStepCompatibilityLayer in hudson.tasks.test
 class AggregatedTestResultPublisher
          Aggregates downstream test reports into a single consolidated report, so that people can see the overall test results in one page when tests are scattered across many different jobs.
 

Uses of BuildStepCompatibilityLayer in org.jvnet.hudson.test
 

Subclasses of BuildStepCompatibilityLayer in org.jvnet.hudson.test
 class CaptureEnvironmentBuilder
          Builder that captures the environment variables used during a build.
 class FailureBuilder
          Mock Builder that always cause a build to fail.
 class MockBuilder
          Forces the build result to be some pre-configured value.
 class SleepBuilder
          Builder that just sleeps for the specified amount of milli-seconds.
 class TestBuilder
          Partial Builder implementation for writing a one-off throw-away builder used during tests.
 class TouchBuilder
           
 class UnstableBuilder
          Mock Builder that always cause a build to fail.
 



Copyright © 2004-2013. All Rights Reserved.