Uses of Class
com.perforce.halm.jenkins.globalconfig.HALMConnection
-
Packages that use HALMConnection Package Description com.perforce.halm.jenkins com.perforce.halm.jenkins.globalconfig -
-
Uses of HALMConnection in com.perforce.halm.jenkins
Methods in com.perforce.halm.jenkins with parameters of type HALMConnection Modifier and Type Method Description static com.perforce.halm.rest.ConnectionInfo
HALMTestReporterCommon. getConnectionInfo(@NotNull HALMConnection connection)
Gets the connection info from a selected connection.static com.cloudbees.plugins.credentials.common.StandardCredentials
HALMTestReporterCommon. getCredentialsFromConnection(@NotNull HALMConnection connection)
Retrieves the credentials based on the Helix ALM connection -
Uses of HALMConnection in com.perforce.halm.jenkins.globalconfig
Methods in com.perforce.halm.jenkins.globalconfig that return HALMConnection Modifier and Type Method Description HALMConnection
HALMGlobalConfig. getConnectionByNameOrID(String nameOrID)
This looks up a connection by either its name or ID.Methods in com.perforce.halm.jenkins.globalconfig that return types with arguments of type HALMConnection Modifier and Type Method Description List<HALMConnection>
HALMGlobalConfig. getConnections()
Returns the list of connectionsMethod parameters in com.perforce.halm.jenkins.globalconfig with type arguments of type HALMConnection Modifier and Type Method Description void
HALMGlobalConfig. setConnections(List<HALMConnection> connections)
Sets the connectionsConstructor parameters in com.perforce.halm.jenkins.globalconfig with type arguments of type HALMConnection Constructor Description HALMGlobalConfig(List<HALMConnection> connections)
Constructor
-