public class IntegrityScmProviderRepository extends ScmProviderRepositoryWithHost
| Constructor and Description |
|---|
IntegrityScmProviderRepository(String host,
int port,
String user,
String paswd,
String configPath,
ScmLogger logger)
IntegrityScmProviderRepository constructor
|
| Modifier and Type | Method and Description |
|---|---|
APISession |
getAPISession()
Returns the MKS Integrity API Session object for this SCM Provider
|
String |
getConfigruationPath()
Returns the MKS Integrity SCM Project Configuration Path
|
Project |
getProject()
Returns the MKS Integrity SCM Project object for this SCM Provider
|
Sandbox |
getSandbox()
Returns the MKS Integrity SCM Sandbox object for this SCM Provider
|
void |
setProject(Project project)
Sets the MKS Integrity SCM Project object for this SCM Provider
|
void |
setSandbox(Sandbox sandbox)
Sets the MKS Integrity SCM Sandbox object for this SCM Provider
|
getHost, getPassphrase, getPort, getPrivateKey, setHost, setPassphrase, setPort, setPrivateKeygetParent, getPassword, getRelativePath, getUser, getWorkItem, isPersistCheckout, isPushChanges, setPassword, setPersistCheckout, setPushChanges, setUser, setWorkItempublic IntegrityScmProviderRepository(String host, int port, String user, String paswd, String configPath, ScmLogger logger)
host - MKS Integrity Server hostname or ip addressport - MKS Integrity Server port numberuser - MKS Integrity Server usernamepaswd - Password for MKS Integrity Server usernameconfigPath - MKS Integrity SCM Project Configuration Pathlogger - Maven ScmLogger objectpublic Project getProject()
public void setProject(Project project)
project - MKS Integrity SCM Project objectpublic Sandbox getSandbox()
public void setSandbox(Sandbox sandbox)
sandbox - MKS Integrity SCM Sandbox objectpublic APISession getAPISession()
public String getConfigruationPath()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.