com.atlassian.bamboo.plugins.git
Class GitHubRepositoryAccessData

java.lang.Object
  extended by com.atlassian.bamboo.plugins.git.GitHubRepositoryAccessData
All Implemented Interfaces:
Serializable

public final class GitHubRepositoryAccessData
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class GitHubRepositoryAccessData.Builder
           
 
Constructor Summary
GitHubRepositoryAccessData()
           
 
Method Summary
static GitHubRepositoryAccessData.Builder builder()
           
static GitHubRepositoryAccessData.Builder builder(GitHubRepositoryAccessData accessData)
           
 String getBranch()
          Deprecated. use getVcsBranch() instead
 int getCommandTimeout()
           
 String getPassword()
           
 ProxyRegistrationInfo getProxyRegistrationInfo()
           
 String getRefSpecOverride()
           
 String getRepository()
           
 String getUsername()
           
 VcsBranch getVcsBranch()
           
 boolean isUseRemoteAgentCache()
           
 boolean isUseShallowClones()
           
 boolean isUseSubmodules()
           
 boolean isVerboseLogs()
           
 void setProxyRegistrationInfo(ProxyRegistrationInfo proxyRegistrationInfo)
           
protected  void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubRepositoryAccessData

public GitHubRepositoryAccessData()
Method Detail

builder

public static GitHubRepositoryAccessData.Builder builder()

builder

public static GitHubRepositoryAccessData.Builder builder(@NotNull
                                                         GitHubRepositoryAccessData accessData)

getRepository

public String getRepository()

getBranch

@Deprecated
public String getBranch()
Deprecated. use getVcsBranch() instead


getVcsBranch

public VcsBranch getVcsBranch()

getUsername

public String getUsername()

setUsername

protected void setUsername(String username)

getPassword

public String getPassword()

isUseShallowClones

public boolean isUseShallowClones()

isUseSubmodules

public boolean isUseSubmodules()

isUseRemoteAgentCache

public boolean isUseRemoteAgentCache()

getCommandTimeout

public int getCommandTimeout()

isVerboseLogs

public boolean isVerboseLogs()

getRefSpecOverride

public String getRefSpecOverride()

getProxyRegistrationInfo

public ProxyRegistrationInfo getProxyRegistrationInfo()

setProxyRegistrationInfo

public void setProxyRegistrationInfo(ProxyRegistrationInfo proxyRegistrationInfo)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.