com.redstarhackers.craftsman.util
Class SCMInfo
java.lang.Object
com.redstarhackers.craftsman.util.SCMInfo
public class SCMInfo
- extends java.lang.Object
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 360 $
- Author:
- $Author: kostya $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SCMInfo
public SCMInfo()
getType
public SCMInfo.Type getType()
- Returns:
- Returns the type.
setType
public void setType(SCMInfo.Type type)
- Parameters:
type - The type to set.
getHost
public java.lang.String getHost()
- Returns:
- Returns the host.
setHost
public void setHost(java.lang.String host)
- Parameters:
host - The host to set.
getProtocol
public java.lang.String getProtocol()
- Returns:
- Returns the protocol.
setProtocol
public void setProtocol(java.lang.String protocol)
- Parameters:
protocol - The protocol to set.
getRepository
public java.lang.String getRepository()
- Returns:
- Returns the repository.
setRepository
public void setRepository(java.lang.String repository)
- Parameters:
repository - The repository to set.
getUsername
public java.lang.String getUsername()
- Returns:
- Returns the username.
setUsername
public void setUsername(java.lang.String username)
- Parameters:
username - The username to set.
getRoot
public java.lang.String getRoot()
- Returns:
- Returns the root.
setRoot
public void setRoot(java.lang.String root)
- Parameters:
root - The root to set.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getSettings
public java.util.Properties getSettings()