Uses of Class
flexagon.fd.plugin.jenkins.utils.Credential
Packages that use Credential
-
Uses of Credential in flexagon.fd.plugin.jenkins.operations
Methods in flexagon.fd.plugin.jenkins.operations that return CredentialModifier and TypeMethodDescriptionTriggerFlexDeployProject.DescriptorImpl.getCredential()TriggerFlexDeployProject.getCredential()Methods in flexagon.fd.plugin.jenkins.operations that return types with arguments of type CredentialMethods in flexagon.fd.plugin.jenkins.operations with parameters of type CredentialModifier and TypeMethodDescriptionvoidTriggerFlexDeployProject.DescriptorImpl.setCredential(Credential credential) Method parameters in flexagon.fd.plugin.jenkins.operations with type arguments of type CredentialModifier and TypeMethodDescriptionvoidTriggerFlexDeployProject.DescriptorImpl.setCredentials(List<Credential> credentials) Constructors in flexagon.fd.plugin.jenkins.operations with parameters of type CredentialModifierConstructorDescriptionTriggerFlexDeployProject(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) -
Uses of Credential in flexagon.fd.plugin.jenkins.utils
Methods in flexagon.fd.plugin.jenkins.utils that return CredentialModifier and TypeMethodDescriptionstatic CredentialCredential.CredentialDescriptor.fromStapler(String name, String username, Secret password, String credentialsId, boolean useGlobalCredential)