Serialized Form
-
Package com.perforce.halm.jenkins
-
Class com.perforce.halm.jenkins.HALMTestReporter extends Notifier implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
automationSuite
String automationSuite
-
automationSuiteID
long automationSuiteID
-
branch
String branch
-
description
String description
-
halmConnectionID
String halmConnectionID
-
projectID
String projectID
-
testFileFormat
String testFileFormat
-
testFilePattern
String testFilePattern
-
testRunSet
String testRunSet
-
testRunSetID
long testRunSetID
-
-
-
Package com.perforce.halm.jenkins.globalconfig
-
Class com.perforce.halm.jenkins.globalconfig.HALMConnection extends AbstractDescribableImpl<HALMConnection> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
This allows upgrading old, saved XML configuration values to the current format.
-
-
Serialized Fields
-
acceptedSSLCertificates
List<String> acceptedSSLCertificates
Stored list of SSL certificates. -
connectionName
String connectionName
Unique name for this connection. Primarily exists for use w/ Pipelines where we need to refer to this by a simple, easy to reference name. For Freestyle the user is going to pick this name out of a dropdown. -
connectionUUID
String connectionUUID
A generated UUID for this connection. -
credentialsID
String credentialsID
'Credentials' plugin will store the credentials securely. This is the ID of the credentials being stored by that plugin. -
credentialType
com.perforce.halm.reportingtool.APIAuthType credentialType
Helix ALM REST API credentials type. -
halmAPIAddress
String halmAPIAddress
Helix ALM REST API address (ex: https://localhost:8443 ) -
optionalConnectionProps
HALMConnection.OptionalConnectionProps optionalConnectionProps
Contains the optional connection properties. May be null.
-
-
Class com.perforce.halm.jenkins.globalconfig.HALMConnection.OptionalConnectionProps extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptSSLCertificates
boolean acceptSSLCertificates
Should this connect accept // download the first set of certificates it encounters?
-
-
-
Package com.perforce.halm.jenkins.pipeline
-
Class com.perforce.halm.jenkins.pipeline.HALMTestReporterStepExecution extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<Object> implements Serializable
- serialVersionUID:
- 1L
-