Class GitLabCredentialMatcher

java.lang.Object
com.dabsquared.gitlabjenkins.connection.GitLabCredentialMatcher
All Implemented Interfaces:
com.cloudbees.plugins.credentials.CredentialsMatcher, Serializable

public class GitLabCredentialMatcher extends Object implements com.cloudbees.plugins.credentials.CredentialsMatcher
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.CredentialsMatcher

    com.cloudbees.plugins.credentials.CredentialsMatcher.CQL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(com.cloudbees.plugins.credentials.Credentials credentials)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GitLabCredentialMatcher

      public GitLabCredentialMatcher()
  • Method Details

    • matches

      public boolean matches(@NonNull com.cloudbees.plugins.credentials.Credentials credentials)
      Specified by:
      matches in interface com.cloudbees.plugins.credentials.CredentialsMatcher