Class CredentialWrapper

java.lang.Object
org.jenkinsci.plugins.pipeline.modeldefinition.steps.CredentialWrapper
All Implemented Interfaces:
Serializable

public class CredentialWrapper extends Object implements Serializable
Helper for simplified Credentials handling in environment{}
See Also:
  • Constructor Details

    • CredentialWrapper

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public CredentialWrapper(String credentialId, List<Map<String,Object>> withCredentialsParameters)
  • Method Details