Class TriggerSourcePropertiesTool
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.TriggerSourcePropertiesTool
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TriggerSourcePropertiesTool extends com.ibm.cloud.sdk.core.service.model.GenericModelReference to the repository tool in the parent toolchain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTriggerSourcePropertiesTool.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.TriggerSourcePropertiesTool.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public TriggerSourcePropertiesTool.Builder newBuilder()
New builder.- Returns:
- a TriggerSourcePropertiesTool builder
-
id
public java.lang.String id()
Gets the id. ID of the repository tool instance in the parent toolchain.- Returns:
- the id
-
-