Uses of Class
org.apache.maven.scm.provider.synergy.util.SynergyRole
-
Packages that use SynergyRole Package Description org.apache.maven.scm.provider.synergy.util -
-
Uses of SynergyRole in org.apache.maven.scm.provider.synergy.util
Fields in org.apache.maven.scm.provider.synergy.util declared as SynergyRole Modifier and Type Field Description static SynergyRole
SynergyRole. BUILD_MGR
static SynergyRole
SynergyRole. CCM_ADMIN
Methods in org.apache.maven.scm.provider.synergy.util with parameters of type SynergyRole Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
SynergyCCM. start(String username, String password, SynergyRole role)
Create commandline to start a Synergy sessionstatic String
SynergyUtil. start(ScmLogger logger, String username, String password, SynergyRole role)
Start a session Synergystatic org.codehaus.plexus.util.cli.Commandline
SynergyCCM. startRemote(String username, String password, SynergyRole role)
Create commandline to start a remote Synergy session
-