Package com.microsoft.azure.util
Class AzureCredentialsHandler
java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
com.microsoft.azure.util.AzureCredentialsHandler
- All Implemented Interfaces:
ExtensionPoint
@Extension(optional=true)
public class AzureCredentialsHandler
extends org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler.EnvVarResolver
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler
all, forCredential, forId, handles, handles, supportedTypeNames, supportedTypes
-
Constructor Details
-
AzureCredentialsHandler
public AzureCredentialsHandler()
-
-
Method Details
-
type
@NonNull public Class<? extends com.cloudbees.plugins.credentials.common.StandardCredentials> type()- Specified by:
type
in classorg.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
-
getWithCredentialsParameters
- Specified by:
getWithCredentialsParameters
in classorg.jenkinsci.plugins.pipeline.modeldefinition.model.CredentialsBindingHandler<com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials>
-