Class HttpBuildCacheCredentials

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()
      Returns the password to use when authenticating to the HTTP build cache.
      java.lang.String getUsername()
      Returns the user name to use when authenticating to the HTTP build cache.
      void setPassword​(java.lang.String password)
      Sets the password to use when authenticating to the HTTP build cache.
      void setUsername​(java.lang.String username)
      Sets the user name to use when authenticating to the HTTP build cache.
      • Methods inherited from class java.lang.Object

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

      • HttpBuildCacheCredentials

        public HttpBuildCacheCredentials()
    • Method Detail

      • getUsername

        @Nullable
        public java.lang.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​(@Nullable
                                java.lang.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

        @Nullable
        public java.lang.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​(@Nullable
                                java.lang.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.