|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
org.jvnet.hudson.test.MockBuilder
public class MockBuilder
Forces the build result to be some pre-configured value.
| Nested Class Summary | |
|---|---|
static class |
MockBuilder.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
|---|
BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary | |
|---|---|
Result |
result
|
| Fields inherited from interface hudson.tasks.BuildStep |
|---|
BUILDERS, PUBLISHERS |
| Constructor Summary | |
|---|---|
MockBuilder(Result result)
|
|
| Method Summary | |
|---|---|
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener)
|
| Methods inherited from class hudson.tasks.Builder |
|---|
all, getDescriptor, getRequiredMonitorService, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
|---|
getProjectAction, getProjectAction, getProjectActions, perform, prebuild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
|---|
getProjectAction, getProjectActions, prebuild |
| Field Detail |
|---|
public final Result result
| Constructor Detail |
|---|
public MockBuilder(Result result)
| Method Detail |
|---|
public boolean perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener)
throws java.lang.InterruptedException,
java.io.IOException
perform in interface BuildStepperform in class BuildStepCompatibilityLayerjava.lang.InterruptedException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||