Class CreateToolOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.CreateToolOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateToolOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createTool options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateToolOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()Gets the name.CreateToolOptions.BuildernewBuilder()New builder.java.util.Map<java.lang.String,java.lang.Object>parameters()Gets the parameters.java.lang.StringtoolchainId()Gets the toolchainId.java.lang.StringtoolTypeId()Gets the toolTypeId.
-
-
-
Method Detail
-
newBuilder
public CreateToolOptions.Builder newBuilder()
New builder.- Returns:
- a CreateToolOptions builder
-
toolchainId
public java.lang.String toolchainId()
Gets the toolchainId. ID of the toolchain to bind the tool to.- Returns:
- the toolchainId
-
toolTypeId
public java.lang.String toolTypeId()
Gets the toolTypeId. The unique short name of the tool that should be provisioned. A table of `tool_type_id` values corresponding to each tool integration can be found in the <a href="https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-integrations">Configuring tool integrations page</a>.- Returns:
- the toolTypeId
-
name
public java.lang.String name()
Gets the name. Name of the tool.- Returns:
- the name
-
parameters
public java.util.Map<java.lang.String,java.lang.Object> parameters()
Gets the parameters. Unique key-value pairs representing parameters to be used to create the tool. A list of parameters for each tool integration can be found in the <a href="https://cloud.ibm.com/docs/ContinuousDelivery?topic=ContinuousDelivery-integrations">Configuring tool integrations page</a>.- Returns:
- the parameters
-
-