Class SynergyRole
- java.lang.Object
-
- org.apache.maven.scm.provider.synergy.util.SynergyRole
-
public class SynergyRole extends java.lang.Object
This class contains the different Synergy roles available.- Author:
- Julien Henry
-
-
Field Summary
Fields Modifier and Type Field Description static SynergyRole
BUILD_MGR
static SynergyRole
CCM_ADMIN
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
BUILD_MGR
public static final SynergyRole BUILD_MGR
-
CCM_ADMIN
public static final SynergyRole CCM_ADMIN
-
-