A C D E G H I L O P R S U 
All Classes All Packages

A

AbstractResult() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
 
acceptSSLCertificates - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Deprecated.
See HALMConnection.OptionalConnectionProps. This is only here to ensure we can upgrade old configurations.
authInfo - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.AuthInfoResult
Authorization info.
AuthInfoResult() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.AuthInfoResult
 

C

CertificateResult() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
 
certificates - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
List of retrieved certificates.
certInfo - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
The raw certificate information response.
com.perforce.halm.jenkins - package com.perforce.halm.jenkins
 
com.perforce.halm.jenkins.globalconfig - package com.perforce.halm.jenkins.globalconfig
 
com.perforce.halm.jenkins.pipeline - package com.perforce.halm.jenkins.pipeline
 
compareVersions(int[], String) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Compares a string based version (ex: "2022.2.0" vs a numeric based minimum version, ex: [2022, 2, 0] to determine if the string based version is equal to, or newer than, the minimum version.
configure(StaplerRequest, JSONObject) - Method in class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
connectionInfo - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.ConnectionInfoResult
Connection Information
ConnectionInfoResult() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.ConnectionInfoResult
 
CredentialDetailsResult() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.CredentialDetailsResult
 

D

DescriptorImpl() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Constructor
DescriptorImpl() - Constructor for class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
 
descriptors() - Method in class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
 
determineOS(Platform) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Determines the OS with the supplied Platform enum.
doAutomationSuiteIDValidation(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Checks if an automation suite has been selected.
doCheckAddress(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Validates that the address provided by the user is valid.
doCheckAutomationSuiteID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Validates the input to the automationSuite field.
doCheckAutomationSuiteID(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Validates the input to the automationSuite field.
doCheckConnectionName(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Verifies that the connection name is not blank.
doCheckCredentialsID(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Checks that the credentials ID has been set.
doCheckHalmConnectionID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Checks the entered connection ID.
doCheckHalmConnectionID(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Checks the entered connection ID.
doCheckProjectID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Validates the input to the projectID field.
doCheckProjectID(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Validates the input to the projectID field.
doFillAutomationSuiteIDItems(String, String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Populates the Automation Suite dropdown based on the selected connection and project.
doFillAutomationSuiteIDItems(String, String) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Populates the Automation Suite dropdown based on the selected connection and project.
doFillAutomationSuiteIDItems(String, String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Populates the Automation Suite dropdown based on the selected connection and project.
doFillCredentialsIDItems(Item, String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Fills the 'Credentials' dropdown.
doFillCredentialTypeValueItems() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Populates the 'credentialType' dropdown with appropriate values.
doFillHalmConnectionIDItems() - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Populates the 'credentialType' dropdown with appropriate values.
doFillHalmConnectionIDItems() - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Populates the 'credentialType' dropdown with appropriate values.
doFillHalmConnectionIDItems() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Populates the 'credentialType' dropdown with appropriate values.
doFillProjectIDItems(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Populates the 'projectID' dropdown based on the selection of the connectionID dropdown.
doFillProjectIDItems(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Populates the 'projectID' dropdown based on the selection of the connectionID dropdown.
doFillProjectIDItems(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Populates the 'projectID' dropdown based on the selection of the connectionID dropdown.
doFillTestFileFormatItems() - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Populates the Test File Format dropdown.
doFillTestFileFormatItems() - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Populates the Test File Format dropdown.
doFillTestFileFormatItems() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Populates the Test File Format dropdown.
doFillTestRunSetIDItems(String, String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Populates the Test Run Set dropdown.
doFillTestRunSetIDItems(String, String) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Populates the Test Run Set dropdown.
doFillTestRunSetIDItems(String, String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
Populates the Test Run Set dropdown.
doHalmConnectionIDValidation(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Checks the validity of the current connection.
doProjectIDValidation(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Checks if a Helix ALM project has been selected.
doTestConnection(String, String, String, String, String, boolean) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Validates that the provided HALM connection information settings are valid.

E

encodeInputAsValidFilename(String) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
Returns an encoded version of the given string that will be a valid filename.
error - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
If an error occurs while parsing the authorization info, this will be set to a message indicating what the problem was.

G

get() - Static method in class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
 
getAcceptedSSLCertificates() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getAcceptSSLCertificates() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
This is here due to what looks like an odd bug in Jenkins? I would expect HALMConnection.OptionalConnectionProps to be invoked to retrieve this information, however the setting did not appear to be populated in the UI until I added this.
getAcceptSSLCertificates() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.OptionalConnectionProps
 
getAuthInfo() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
We need to check for a variety of conditions while parsing the credentials.
getAuthInfo(APIAuthType, String) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
We need to check for a variety of conditions while parsing the credentials.
getAutomationSuite() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getAutomationSuite() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getAutomationSuite() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getAutomationSuiteID() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getAutomationSuiteID() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
getAutomationSuiteID() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getAutomationSuiteID() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getBranch() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getBranch() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
getBranch() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getBranch() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getConnectionByNameOrID(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
This looks up a connection by either its name or ID.
getConnectionInfo() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Build a Helix ALM REST API 'ConnectionInfo' object based on this HALMConnection's settings.
getConnectionInfo(HALMConnection) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Gets the connection info from a selected connection.
getConnectionName() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getConnections() - Method in class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
Returns the list of connections
getConnectionUUID() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getCredentialDetails() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Retrieves credential info (username // password)
getCredentialDetails(String) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Retrieves credential info (username // password)
getCredentialsFromConnection(HALMConnection) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Retrieves the credentials based on the Helix ALM connection
getCredentialsFromId(String) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Retrieves the credentials based on a credential ID
getCredentialsID() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getCredentialsType() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getCredentialTypeValue() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getDescription() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getDescription() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
getDescription() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getDescription() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getDescriptor() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getDisplayName() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.DescriptorImpl
 
getDisplayName() - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
getDisplayName() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
 
getErrorMessage() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
Any relevant error message.
getExceptionForLogging(Exception) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Converts the exception into a stack trace we can log.
getFunctionName() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
 
getHalmAPIAddress() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getHalmConnectionID() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getHalmConnectionID() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
Gets the selected Helix ALM connection ID, or throws an exception if no selection is made.
getHalmConnectionID() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getHalmConnectionID() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getIDOfAutomationSuite(String, String, String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Gets the id (or key) of the first automation suite with the given name, or null if nothing exists
getIDOfTestRunSet(String, String, String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Gets the id (or key) of the first test run set with the given name, or null if nothing exists
getLabelOfAutomationSuite(long) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Gets the label (or name) of an automation suite given its ID, or null if nothing exists.
getLabelOfTestRunSet(long) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Gets the label of a test run set given its ID, or null if nothing exists.
getOptionalConnectionProps() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
getOptionalConnectionPropsIsSet() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
This governs if the 'optional' checkbox is checked or not.
getOrRetrieveSSLCertificates() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
This will either return the currently saved SSL Certificates or it will download new certificates that should work to connect to the configured Helix ALM REST API server.
getProjectID() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getProjectID() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
Gets the selected Helix ALM project ID, or throws an exception if no selection is made.
getProjectID() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getProjectID() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getRequiredContext() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep.DescriptorImpl
 
getRequiredMonitorService() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getShowOptionalSettings() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getShowOptionalSettings() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getShowOptionalSettings() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getTestFileFormat() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getTestFileFormat() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
getTestFileFormat() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getTestFileFormat() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getTestFilePattern() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getTestFilePattern() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
getTestFilePattern() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getTestFilePattern() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getTestRunSet() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getTestRunSet() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
Gets the name of a test run set so the build can be associated with it.
getTestRunSet() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getTestRunSet() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getTestRunSetID() - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
getTestRunSetID() - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
Gets the ID of a test run set so the build can be associated with it.
getTestRunSetID() - Method in interface com.perforce.halm.jenkins.IHALMTestReporterTask
 
getTestRunSetID() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
getTypeFromOrdinal(String) - Static method in class com.perforce.halm.jenkins.HALMTestReporterCommon
From the ordinal expressed as a string, get the ReportFormatType enum with that ordinal.

H

HALMConnection - Class in com.perforce.halm.jenkins.globalconfig
Global setting that defines a single Helix ALM REST API connection
HALMConnection(String, String, String, String) - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection
Constructor.
HALMConnection.AbstractResult - Class in com.perforce.halm.jenkins.globalconfig
Abstract base class for results, provides common error handling.
HALMConnection.AuthInfoResult - Class in com.perforce.halm.jenkins.globalconfig
Authorization information result
HALMConnection.CertificateResult - Class in com.perforce.halm.jenkins.globalconfig
Certificate result
HALMConnection.ConnectionInfoResult - Class in com.perforce.halm.jenkins.globalconfig
ConnectionInformation result object.
HALMConnection.CredentialDetailsResult - Class in com.perforce.halm.jenkins.globalconfig
Credentials information result
HALMConnection.DescriptorImpl - Class in com.perforce.halm.jenkins.globalconfig
Used for validating the HALMConnection's config.jelly
HALMConnection.OptionalConnectionProps - Class in com.perforce.halm.jenkins.globalconfig
Optional connection properties
HALMGlobalConfig - Class in com.perforce.halm.jenkins.globalconfig
Helix ALM Global Configuration
HALMGlobalConfig() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
Constructor
HALMGlobalConfig(List<HALMConnection>) - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
Constructor
HALMTestReporter - Class in com.perforce.halm.jenkins
 
HALMTestReporter(String, String, long, String, long) - Constructor for class com.perforce.halm.jenkins.HALMTestReporter
 
HALMTestReporterCommon - Class in com.perforce.halm.jenkins
Class for common field operations for HALMTestReporterDescriptor and HALMTestReporterStep.
HALMTestReporterCommon() - Constructor for class com.perforce.halm.jenkins.HALMTestReporterCommon
Initializes a Logger for the class calling this.
HALMTestReporterDescriptor - Class in com.perforce.halm.jenkins
Runs validation and dynamic content on the HALMTestReporter/config.jelly
HALMTestReporterDescriptor() - Constructor for class com.perforce.halm.jenkins.HALMTestReporterDescriptor
Constructor
HALMTestReporterObject - Class in com.perforce.halm.jenkins
Class object containing necessary fields for build submission Used to submit information to the common function in one object.
HALMTestReporterObject() - Constructor for class com.perforce.halm.jenkins.HALMTestReporterObject
 
HALMTestReporterObject(String, String, long, String, String, long, String, String) - Constructor for class com.perforce.halm.jenkins.HALMTestReporterObject
 
HALMTestReporterStep - Class in com.perforce.halm.jenkins.pipeline
 
HALMTestReporterStep(String, String, long, String, long) - Constructor for class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
HALMTestReporterStep.DescriptorImpl - Class in com.perforce.halm.jenkins.pipeline
 
HALMTestReporterStepExecution - Class in com.perforce.halm.jenkins.pipeline
 
HALMTestReporterStepExecution(HALMTestReporterStep, StepContext) - Constructor for class com.perforce.halm.jenkins.pipeline.HALMTestReporterStepExecution
 
hasCerts() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
Does the result contain any certificates?

I

IHALMTestReporterTask - Interface in com.perforce.halm.jenkins
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.perforce.halm.jenkins.HALMTestReporterDescriptor
isError() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
Checks if the result indicates an error occurred.
isErrorInternal() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.AbstractResult
Implementer can extend isError safely by implementing isErrorInternal.
isErrorInternal() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.AuthInfoResult
Implementer can extend isError safely by implementing isErrorInternal.
isErrorInternal() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.ConnectionInfoResult
Implementer can extend isError safely by implementing isErrorInternal.
isHTTPSConnection() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Does this HALMConnection reference an HTTPS server?
isHTTPSConnection(String) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Does the supplied API URL reference an HTTPS server?

L

logFromCaller(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Writes a message to log from its caller.

O

OptionalConnectionProps() - Constructor for class com.perforce.halm.jenkins.globalconfig.HALMConnection.OptionalConnectionProps
Constructor.

P

perform(Run<?, ?>, EnvVars, TaskListener) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 

R

readResolve() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
This allows upgrading old, saved XML configuration values to the current format.
retrieveSSLCertificates() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Connect to the configured Helix ALM REST API address and attempt to download the server's SSL certificates.
retrieveSSLCertificates(String, String, boolean, List<String>) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Connect to the specified Helix ALM REST API address and attempt to download the server's SSL certificates.
run() - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStepExecution
Overrides the function from the superclass.

S

saveAcceptedSSLCertificates() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Saves a new set of accepted SSL certificates.
saveAcceptedSSLCertificates(String, String, List<String>) - Static method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Saves a new set of accepted SSL certificates.
sentAreValid() - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.CertificateResult
Were the certificates sent with the initial request valid?
setAcceptedSSLCertificates(List<String>) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
setAcceptSSLCertificates(boolean) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection.OptionalConnectionProps
Sets whether we should accept invalid SSL certificates.
setAcceptSSLCertificates(boolean) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
This is left for legacy support when 'AcceptSSLCertificates' was a top-level property.
setAutomationSuite(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setAutomationSuite(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setAutomationSuiteID(long) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setAutomationSuiteID(long) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setAutomationSuiteID(long) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setBranch(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setBranch(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setBranch(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setConnectionName(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
setConnections(List<HALMConnection>) - Method in class com.perforce.halm.jenkins.globalconfig.HALMGlobalConfig
Sets the connections
setCredentialsID(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
setCredentialType(APIAuthType) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
setCredentialTypeValue(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
setDescription(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setDescription(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setDescription(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setHalmAPIAddress(String) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
 
setHalmConnectionID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setHalmConnectionID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setHalmConnectionID(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setLastProjectID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
 
setOptionalConnectionProps(HALMConnection.OptionalConnectionProps) - Method in class com.perforce.halm.jenkins.globalconfig.HALMConnection
Sets the optional connection properties
setProjectID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setProjectID(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setProjectID(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setTestFileFormat(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setTestFileFormat(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setTestFileFormat(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setTestFilePattern(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setTestFilePattern(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
 
setTestFilePattern(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setTestRunSet(String) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setTestRunSet(String) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
Sets the name of the test run set to associate to the build.
setTestRunSet(String) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
setTestRunSetID(long) - Method in class com.perforce.halm.jenkins.HALMTestReporter
 
setTestRunSetID(long) - Method in class com.perforce.halm.jenkins.HALMTestReporterObject
Sets the ID of a test run set.
setTestRunSetID(long) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
start(StepContext) - Method in class com.perforce.halm.jenkins.pipeline.HALMTestReporterStep
 
submitBuildToHelixALM(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener, HALMTestReporterObject) - Method in class com.perforce.halm.jenkins.HALMTestReporterCommon
Common function to submit test results to Helix ALM.

U

userID - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.CredentialDetailsResult
Username or User ID
userSecret - Variable in class com.perforce.halm.jenkins.globalconfig.HALMConnection.CredentialDetailsResult
User password or user secret
A C D E G H I L O P R S U 
All Classes All Packages