org.apache.continuum.distributed.commons.utils
Class ContinuumDistributedUtil
java.lang.Object
org.apache.continuum.distributed.commons.utils.ContinuumDistributedUtil
public class ContinuumDistributedUtil
- extends Object
ContinuumDistributedUtil
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_PROJECT_ID
public static final String KEY_PROJECT_ID
- See Also:
- Constant Field Values
KEY_PROJECT_GROUP_ID
public static final String KEY_PROJECT_GROUP_ID
- See Also:
- Constant Field Values
KEY_PROJECT_NAME
public static final String KEY_PROJECT_NAME
- See Also:
- Constant Field Values
KEY_ARTIFACT_ID
public static final String KEY_ARTIFACT_ID
- See Also:
- Constant Field Values
ContinuumDistributedUtil
public ContinuumDistributedUtil()
getProjectId
public static int getProjectId(Map<String,Object> context)
getProjectGroupId
public static int getProjectGroupId(Map<String,Object> context)
getArtifactId
public static String getArtifactId(Map<String,Object> context)
getProjectName
public static String getProjectName(Map<String,Object> context)
getProjectNameAndId
public static String getProjectNameAndId(Map<String,Object> context)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.