public class ManagementInterface extends Object
Modifier and Type | Method and Description |
---|---|
static void |
setupInterface(String managementInterfaceUrl,
String inspectorName,
AbstractTestProfile testProfile)
Setups the management interface when provided
|
static void |
setupResolver(String inspectorName,
ReportsDownloader reportsDownloader)
Setup the report resolver for the management interface (when provided)
|
public static void setupInterface(String managementInterfaceUrl, String inspectorName, AbstractTestProfile testProfile)
managementInterfaceUrl
- the URL for the management interfaceinspectorName
- the name of the inspector to usetestProfile
- the test profilepublic static void setupResolver(String inspectorName, ReportsDownloader reportsDownloader)
inspectorName
- the name of the inspector to usereportsDownloader
- the reports downloader in use for the testThis documentation was released into the public domain.