Class TriggerFlexDeployProject
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
flexagon.fd.plugin.jenkins.operations.TriggerFlexDeployProject
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep
- Author:
- Ben Hoffman & Victor Krieg
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionTriggerFlexDeployProject(String mUrl, String mProjectStreamName, String mPackageName, String mReleaseName, String mProjectPath, String mEnvironmentCode, String mWorkflowVersionOverride, Boolean mForce, Boolean mWait, String issueNumbers, List<BuildFileInput> buildFileInputs, List<KeyValuePair> inputs, List<KeyValuePair> flexFields, Credential credential) -
Method Summary
Modifier and TypeMethodDescriptiongetmUrl()getmWait()booleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) voidsetBuildFileInputs(List<BuildFileInput> buildFileInputs) voidsetFlexFields(List<KeyValuePair> flexFields) voidsetInputs(List<KeyValuePair> inputs) Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
TriggerFlexDeployProject
@DataBoundConstructor public TriggerFlexDeployProject(String mUrl, String mProjectStreamName, String mPackageName, String mReleaseName, String mProjectPath, String mEnvironmentCode, String mWorkflowVersionOverride, Boolean mForce, Boolean mWait, String issueNumbers, List<BuildFileInput> buildFileInputs, List<KeyValuePair> inputs, List<KeyValuePair> flexFields, Credential credential)
-
-
Method Details
-
getmUrl
-
getmProjectStreamName
-
getmPackageName
-
getmReleaseName
-
getmProjectPath
-
getmEnvironmentCode
-
getmWorkflowVersionOverride
-
getmForce
-
getmWait
-
getIssueNumbers
-
getBuildFileInputs
-
setBuildFileInputs
-
getInputs
-
setInputs
-
getFlexFields
-
setFlexFields
-
getCredential
-
perform
- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<Publisher>- Overrides:
getDescriptorin classNotifier
-
getRequiredMonitorService
-