Class CredentialsParameterBinding


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class CredentialsParameterBinding
    extends Object
    Associates a user ID to a CredentialsParameterValue. This is effectively a flattened tuple of that.
    Since:
    2.3.0
    • Method Detail

      • getUserId

        @CheckForNull
        public String getUserId()
      • getParameterName

        @NonNull
        public String getParameterName()
      • getCredentialsId

        @CheckForNull
        public String getCredentialsId()
      • isDefaultValue

        public boolean isDefaultValue()