|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BuildStepMonitor | |
|---|---|
| hudson.maven | Maven support. |
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| 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 BuildStepMonitor in hudson.maven |
|---|
| Methods in hudson.maven that return BuildStepMonitor | |
|---|---|
BuildStepMonitor |
MavenTestDataPublisher.getRequiredMonitorService()
|
BuildStepMonitor |
RedeployPublisher.getRequiredMonitorService()
|
| Uses of BuildStepMonitor in hudson.model |
|---|
| Methods in hudson.model that return BuildStepMonitor | |
|---|---|
BuildStepMonitor |
JobProperty.getRequiredMonitorService()
Returns NONE by default, as JobPropertys normally don't depend
on its previous result. |
| Uses of BuildStepMonitor in hudson.tasks |
|---|
| Methods in hudson.tasks that return BuildStepMonitor | |
|---|---|
BuildStepMonitor |
BuildTrigger.getRequiredMonitorService()
|
BuildStepMonitor |
Builder.getRequiredMonitorService()
Returns NONE by default, as Builders normally don't depend
on its previous result. |
BuildStepMonitor |
Fingerprinter.getRequiredMonitorService()
|
BuildStepMonitor |
ArtifactArchiver.getRequiredMonitorService()
|
BuildStepMonitor |
BuildStep.getRequiredMonitorService()
Declares the scope of the synchronization monitor this BuildStep expects from outside. |
static BuildStepMonitor |
BuildStepMonitor.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BuildStepMonitor[] |
BuildStepMonitor.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of BuildStepMonitor in hudson.tasks.junit |
|---|
| Methods in hudson.tasks.junit that return BuildStepMonitor | |
|---|---|
BuildStepMonitor |
JUnitResultArchiver.getRequiredMonitorService()
This class does explicit checkpointing. |
| Uses of BuildStepMonitor in hudson.tasks.test |
|---|
| Methods in hudson.tasks.test that return BuildStepMonitor | |
|---|---|
BuildStepMonitor |
AggregatedTestResultPublisher.getRequiredMonitorService()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||