Class HttpBuildCacheCredentials

    • Constructor Detail

      • HttpBuildCacheCredentials

        public HttpBuildCacheCredentials()
    • Method Detail

      • getUsername

        public String getUsername()
        Returns the user name to use when authenticating to the HTTP build cache.
        Specified by:
        getUsername in interface PasswordCredentials
        Returns:
        The user name. May be null.
      • setUsername

        public void setUsername​(String username)
        Sets the user name to use when authenticating to the HTTP build cache.
        Specified by:
        setUsername in interface PasswordCredentials
        Parameters:
        username - The user name. May be null.
      • getPassword

        public String getPassword()
        Returns the password to use when authenticating to the HTTP build cache.
        Specified by:
        getPassword in interface PasswordCredentials
        Returns:
        The password. May be null.
      • setPassword

        public void setPassword​(String password)
        Sets the password to use when authenticating to the HTTP build cache.
        Specified by:
        setPassword in interface PasswordCredentials
        Parameters:
        password - The password. May be null.