Class ReplaceTektonPipelineTriggerPropertyOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ReplaceTektonPipelineTriggerPropertyOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReplaceTektonPipelineTriggerPropertyOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe replaceTektonPipelineTriggerProperty options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReplaceTektonPipelineTriggerPropertyOptions.BuilderBuilder.static interfaceReplaceTektonPipelineTriggerPropertyOptions.TypeProperty type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanlocked()Gets the locked.java.lang.Stringname()Gets the name.ReplaceTektonPipelineTriggerPropertyOptions.BuildernewBuilder()New builder.java.lang.Stringpath()Gets the path.java.lang.StringpipelineId()Gets the pipelineId.java.lang.StringpropertyName()Gets the propertyName.java.lang.StringtriggerId()Gets the triggerId.java.lang.Stringtype()Gets the type.java.lang.Stringvalue()Gets the value.java.util.List<java.lang.String>xEnum()Gets the xEnum.
-
-
-
Method Detail
-
newBuilder
public ReplaceTektonPipelineTriggerPropertyOptions.Builder newBuilder()
New builder.- Returns:
- a ReplaceTektonPipelineTriggerPropertyOptions builder
-
pipelineId
public java.lang.String pipelineId()
Gets the pipelineId. The Tekton pipeline ID.- Returns:
- the pipelineId
-
triggerId
public java.lang.String triggerId()
Gets the triggerId. The trigger ID.- Returns:
- the triggerId
-
propertyName
public java.lang.String propertyName()
Gets the propertyName. The property name.- Returns:
- the propertyName
-
name
public java.lang.String name()
Gets the name. Property name.- Returns:
- the name
-
type
public java.lang.String type()
Gets the type. Property type.- Returns:
- the type
-
value
public java.lang.String value()
Gets the value. Property value. Any string value is valid.- Returns:
- the value
-
xEnum
public java.util.List<java.lang.String> xEnum()
Gets the xEnum. Options for `single_select` property type. Only needed for `single_select` property type.- Returns:
- the xEnum
-
path
public java.lang.String path()
Gets the path. A dot notation path for `integration` type properties only, to select a value from the tool integration. If left blank the full tool integration data will be used.- Returns:
- the path
-
locked
public java.lang.Boolean locked()
Gets the locked. When true, this property cannot be overridden at runtime. Attempting to override it will result in run requests being rejected. The default is false.- Returns:
- the locked
-
-