Uses of Class
com.ibm.cloud.continuous_delivery.cd_toolchain.v2.CdToolchain
-
Packages that use CdToolchain Package Description com.ibm.cloud.continuous_delivery.cd_toolchain.v2 CD Toolchain v2.com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model -
-
Uses of CdToolchain in com.ibm.cloud.continuous_delivery.cd_toolchain.v2
Methods in com.ibm.cloud.continuous_delivery.cd_toolchain.v2 that return CdToolchain Modifier and Type Method Description static CdToolchainCdToolchain. newInstance()Class method which constructs an instance of the `CdToolchain` client.static CdToolchainCdToolchain. newInstance(java.lang.String serviceName)Class method which constructs an instance of the `CdToolchain` client. -
Uses of CdToolchain in com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model
Constructors in com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model with parameters of type CdToolchain Constructor Description ToolchainsPager(CdToolchain client, ListToolchainsOptions options)Constructs a new ToolchainsPager instance with the specified client and options model instance.ToolsPager(CdToolchain client, ListToolsOptions options)Constructs a new ToolsPager instance with the specified client and options model instance.
-