Package step.repository.alm
Class ALMRepositoryClient
- java.lang.Object
-
- step.repository.alm.ALMRepositoryClient
-
public class ALMRepositoryClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REPO_PARAM_QC_DOMAIN
static java.lang.String
REPO_PARAM_QC_PROFILE_ID
static java.lang.String
REPO_PARAM_QC_PROJECT
-
Constructor Summary
Constructors Constructor Description ALMRepositoryClient(ch.exense.commons.app.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
ALMRepository
getRepositoryProxy()
-
-
-
Field Detail
-
REPO_PARAM_QC_DOMAIN
public static final java.lang.String REPO_PARAM_QC_DOMAIN
- See Also:
- Constant Field Values
-
REPO_PARAM_QC_PROJECT
public static final java.lang.String REPO_PARAM_QC_PROJECT
- See Also:
- Constant Field Values
-
REPO_PARAM_QC_PROFILE_ID
public static final java.lang.String REPO_PARAM_QC_PROFILE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
destroy
@PreDestroy public void destroy() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getRepositoryProxy
public ALMRepository getRepositoryProxy()
-
-