com.atlassian.bamboo.plugins.hg
Class HgRepositoryAccessData

java.lang.Object
  extended by com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData
All Implemented Interfaces:
java.io.Serializable

public class HgRepositoryAccessData
extends java.lang.Object
implements java.io.Serializable

Author:
Krystian Brazulewicz
See Also:
Serialized Form

Constructor Summary
HgRepositoryAccessData()
           
 
Method Summary
static com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData.Builder builder()
           
static com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData.Builder builder(HgRepositoryAccessData accessData)
           
 AuthenticationType getAuthenticationType()
           
 java.lang.String getBranch()
           
 int getCommandTimeout()
           
 java.lang.String getPassword()
           
 java.lang.String getRepositoryUrl()
           
 java.lang.String getSshKey()
           
 java.lang.String getSshPassphrase()
           
 java.lang.String getUsername()
           
 boolean isNoRepositoryCache()
           
 boolean isSshCompression()
           
 boolean isVerboseLogs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HgRepositoryAccessData

public HgRepositoryAccessData()
Method Detail

builder

public static com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData.Builder builder()

builder

public static com.atlassian.bamboo.plugins.hg.HgRepositoryAccessData.Builder builder(@NotNull
                                                                                     HgRepositoryAccessData accessData)

getRepositoryUrl

public java.lang.String getRepositoryUrl()

getBranch

public java.lang.String getBranch()

getAuthenticationType

public AuthenticationType getAuthenticationType()

getUsername

public java.lang.String getUsername()

getPassword

@Nullable
public java.lang.String getPassword()

getSshKey

public java.lang.String getSshKey()

getSshPassphrase

public java.lang.String getSshPassphrase()

isSshCompression

public boolean isSshCompression()

isNoRepositoryCache

public boolean isNoRepositoryCache()

getCommandTimeout

public int getCommandTimeout()

isVerboseLogs

public boolean isVerboseLogs()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.