Class GitConnectionSettings

java.lang.Object
com.xebialabs.xlrelease.scm.connector.GitConnectionSettings

public class GitConnectionSettings extends Object
  • Constructor Details

  • Method Details

    • getUrl

      public String getUrl()
    • getBranch

      public String getBranch()
    • getAuthenticationMethod

      public String getAuthenticationMethod()
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • getDomain

      public String getDomain()
    • getProxyHost

      public String getProxyHost()
    • getProxyPort

      public Integer getProxyPort()
    • getProxyUsername

      public String getProxyUsername()
    • getProxyPassword

      public String getProxyPassword()
    • getProxyDomain

      public String getProxyDomain()
    • shouldUseAuthentication

      public boolean shouldUseAuthentication()
    • shouldUseProxy

      public boolean shouldUseProxy()
    • shouldUseProxyAuthentication

      public boolean shouldUseProxyAuthentication()
    • getCommitterUsername

      public String getCommitterUsername()
    • getCommitterEmail

      public String getCommitterEmail()
    • shouldUseNtlmProxyAuthentication

      public boolean shouldUseNtlmProxyAuthentication()