Uses of Class
flexagon.fd.plugin.jenkins.utils.BuildFileInput
Packages that use BuildFileInput
-
Uses of BuildFileInput in flexagon.fd.plugin.jenkins.operations
Methods in flexagon.fd.plugin.jenkins.operations that return types with arguments of type BuildFileInputModifier and TypeMethodDescriptionTriggerFlexDeployProject.DescriptorImpl.getBuildFileInputs()TriggerFlexDeployProject.getBuildFileInputs()Method parameters in flexagon.fd.plugin.jenkins.operations with type arguments of type BuildFileInputModifier and TypeMethodDescriptionvoidTriggerFlexDeployProject.DescriptorImpl.setBuildFileInputs(List<BuildFileInput> buildFileInputs) voidTriggerFlexDeployProject.setBuildFileInputs(List<BuildFileInput> buildFileInputs) Constructor parameters in flexagon.fd.plugin.jenkins.operations with type arguments of type BuildFileInputModifierConstructorDescriptionTriggerFlexDeployProject(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)