Class ProjectArtifactIdGetter
- java.lang.Object
-
- com.exasol.performancetestrecorder.ProjectArtifactIdGetter
-
public class ProjectArtifactIdGetter extends Object
This class allows retrieving the artifact id from apom.xmlfile.
-
-
Constructor Summary
Constructors Constructor Description ProjectArtifactIdGetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProjectArtifactId()Get the artifact-id of the project under test.
-
-
-
Method Detail
-
getProjectArtifactId
public String getProjectArtifactId()
Get the artifact-id of the project under test.- Returns:
- artifact ID
-
-