public abstract class ScmProviderRepositoryWithHost extends ScmProviderRepository
Constructor and Description |
---|
ScmProviderRepositoryWithHost() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassphrase() |
int |
getPort() |
String |
getPrivateKey() |
void |
setHost(String host) |
void |
setPassphrase(String passphrase) |
void |
setPort(int port) |
void |
setPrivateKey(String privateKey) |
getParent, getPassword, getRelativePath, getUser, getWorkItem, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser, setWorkItem
public ScmProviderRepositoryWithHost()
public int getPort()
public void setPort(int port)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getPassphrase()
public void setPassphrase(String passphrase)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.