| Package | Description |
|---|---|
| org.jenkinsci.plugins.neoload.integration | |
| org.jenkinsci.plugins.neoload.integration.supporting |
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
NeoBuildAction.getLicenseServer()
Gets license server.
|
ServerInfo |
NeoBuildAction.getSharedProjectServer()
Gets shared project server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NeoBuildAction.setSharedProjectServer(ServerInfo sharedProjectServer)
Sets shared project server.
|
| Constructor and Description |
|---|
NeoBuildAction(String executable,
String projectType,
String reportType,
String localProjectFile,
String sharedProjectName,
String scenarioName,
String htmlReport,
String xmlReport,
String pdfReport,
String junitReport,
boolean scanAllBuilds,
boolean displayTheGUI,
String testResultName,
String testDescription,
String licenseType,
String licenseVUCount,
String licenseDuration,
String customCommandLineOptions,
boolean publishTestResults,
ServerInfo sharedProjectServer,
NTSServerInfo licenseServer,
boolean showTrendAverageResponse,
boolean showTrendErrorRate,
List<GraphOptionsInfo> graphOptionsInfo,
int maxTrends)
This method and the annotation @DataBoundConstructor are required for jenkins 1.393 even if no params are passed in.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollabServerInfo
The type Collab server info.
|
class |
NTSServerInfo
The type Nts server info.
|
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
PluginUtils.convert(Class type,
Object value)
Convert server info.
|
Copyright © 2004-2018. All Rights Reserved.