public class AlmServerSettingsBuilder
extends hudson.tasks.Builder
Builder.
When the user configures the project and enables this builder,
Descriptor.newInstance(StaplerRequest) is invoked and a new
AlmServerSettingsBuilder is created. The created instance is
persisted to the project configuration XML by using XStream, so this allows
you to use instance fields (like #name) to remember the
configuration.
When a build is performed, the
BuildStepCompatibilityLayer.perform(AbstractBuild, Launcher, BuildListener) method will be
invoked.
| Modifier and Type | Class and Description |
|---|---|
static class |
AlmServerSettingsBuilder.DescriptorImpl
Descriptor for
AlmServerSettingsBuilder. |
| Constructor and Description |
|---|
AlmServerSettingsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AlmServerSettingsBuilder.DescriptorImpl |
getDescriptor() |
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuildpublic AlmServerSettingsBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2012. All Rights Reserved.