Class CdToolchainExamples
- java.lang.Object
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.CdToolchainExamples
-
public class CdToolchainExamples extends java.lang.ObjectThis class contains examples of how to use the CD Toolchain service. The following configuration properties are assumed to be defined: CD_TOOLCHAIN_URL=<service base url> CD_TOOLCHAIN_AUTH_TYPE=iam CD_TOOLCHAIN_APIKEY=<IAM apikey> These configuration properties can be exported as environment variables, or stored in a configuration file and then: export IBM_CREDENTIALS_FILE=<name of configuration file>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)The main() function invokes operations of the CD Toolchain service.
-