public class ProtecodeScConnection extends Object
Modifier and Type | Method and Description |
---|---|
static ProtecodeScApi |
backend(String credentialsId,
URL url,
hudson.model.Run run,
boolean checkCertificate)
Main entry point for building a backend implementation in run-time.
|
static ProtecodeScServicesApi |
serviceBackend(URL url,
boolean checkCertificate)
Simple backend for checking the server and such.
|
public static ProtecodeScServicesApi serviceBackend(URL url, boolean checkCertificate)
checkCertificate
- whether or not to check the server certificate.url
- The URL which points to the Protecode SC instance.public static ProtecodeScApi backend(String credentialsId, URL url, hudson.model.Run run, boolean checkCertificate)
credentialsId
- the identifier for the credentials to be used.url
- The url which points to the protecode-sc instance.run
- The context for getting the credentialscheckCertificate
- whether or not to check the server certificate.Copyright © 2016–2023. All rights reserved.