Class UsernamePasswordHandler

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class UsernamePasswordHandler
    extends org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
    • Constructor Detail

      • UsernamePasswordHandler

        public UsernamePasswordHandler()
    • Method Detail

      • type

        @NonNull
        public Class<? extends com.cloudbees.plugins.credentials.common.StandardCredentials> type()
        Specified by:
        type in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
      • getWithCredentialsParameters

        @NonNull
        public List<Map<String,​Object>> getWithCredentialsParameters​(String credentialsId)
        Specified by:
        getWithCredentialsParameters in class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>