Modifier and Type | Method and Description |
---|---|
static HostingType |
HostingType.getDefaultType() |
HostingType |
XrayInstance.getHosting() |
static HostingType |
HostingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostingType[] |
HostingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XrayInstance.setHosting(HostingType hosting) |
Constructor and Description |
---|
CredentialResolver(String credentialId,
hudson.model.Run<?,?> run,
HostingType hostingType) |
XrayInstance(String configID,
String alias,
HostingType hosting,
String serverAddress,
String credentialId) |
Modifier and Type | Method and Description |
---|---|
static XrayEnvironmentVariableSetter |
XrayEnvironmentVariableSetter.parseCucumberFeatureImportResponse(Collection<com.xpandit.xray.model.UploadResult> results,
HostingType hostingType,
PrintStream logger)
Parses all the Upload Results of a Cucumber Import (features) request.
|
static XrayEnvironmentVariableSetter |
XrayEnvironmentVariableSetter.parseResultImportResponse(Collection<com.xpandit.xray.model.UploadResult> results,
HostingType hostingType,
PrintStream logger)
Parses all the Upload Results of a Test result importation.
|
Modifier and Type | Method and Description |
---|---|
static String |
XrayEnvironmentVariableSetterUtil.getImportedFeatureIssueKeys(Collection<com.xpandit.xray.model.UploadResult> results,
HostingType hostingType,
PrintStream logger)
Gets all the modified/created issues (Tests and Pre-conditions) from Cucumber feature file import requests.
|
static String |
XrayEnvironmentVariableSetterUtil.getModifiedTestExecutionsKeys(Collection<com.xpandit.xray.model.UploadResult> results,
HostingType hostingType,
PrintStream logger)
Gets all the modified Test Execution keys, joined by the SEPARATOR.
|
static String |
XrayEnvironmentVariableSetterUtil.getModifiedTestKeys(Collection<com.xpandit.xray.model.UploadResult> results,
HostingType hostingType,
PrintStream logger)
Gets all the modified Test keys in a single request, joined by the SEPARATOR.
|
Copyright © 2016–2022. All rights reserved.