public class UploadedPackage extends Object
Constructor and Description |
---|
UploadedPackage(String packageName,
String application)
Ctr
|
UploadedPackage(String packageName,
String technology,
String phase,
String scenarioName,
String connection)
Ctr
|
UploadedPackage(String packageName,
String technology,
String phase,
String scenarioName,
String connection,
String application)
Ctr
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Check if two packages are equal, used by tests
|
String |
getApplication()
Gets application.
|
String |
getConnection()
Gets connection.
|
String |
getPackageName()
Name of the package
|
String |
getPhase()
Phase to which the scenario belongs
|
String |
getScenarioName()
Qualified name of the scenario
|
String |
getTechnology()
Technology parameter of the scenario
|
public UploadedPackage(String packageName, String technology, String phase, String scenarioName, String connection)
packageName
- Name of the packagetechnology
- Technology parameter of the scenariophase
- Phase to which the scenario belongsscenarioName
- Qualified name of the scenarioconnection
- connection namepublic UploadedPackage(@Param(value="packageName") String packageName, @Param(value="technology") String technology, @Param(value="phase") String phase, @Param(value="scenarioName") String scenarioName, @Param(value="connection") String connection, @Param(value="application") String application)
packageName
- Name of the packagetechnology
- Technology parameter of the scenariophase
- Phase to which the scenario belongsscenarioName
- Qualified name of the scenarioapplication
- name of the applicationconnection
- name of the connectionpublic String getPackageName()
public String getTechnology()
public String getPhase()
public String getScenarioName()
public String getApplication()
public String getConnection()
Copyright © 2020. All rights reserved.