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.
-
-
Field Summary
Fields Modifier and Type Field Description static SynergyRole
BUILD_MGR
static SynergyRole
CCM_ADMIN
private java.lang.String
value
-
Constructor Summary
Constructors Modifier Constructor Description private
SynergyRole(java.lang.String value)
-
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
-
value
private java.lang.String value
-
-