Class TriggerProperty
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.TriggerProperty
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TriggerProperty extends com.ibm.cloud.sdk.core.service.model.GenericModelTrigger property object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTriggerProperty.TypeProperty type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHref()Gets the href.java.lang.StringgetName()Gets the name.java.lang.StringgetPath()Gets the path.java.lang.StringgetType()Gets the type.java.lang.StringgetValue()Gets the value.java.util.List<java.lang.String>getXEnum()Gets the xEnum.java.lang.BooleanisLocked()Gets the locked.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name. Property name.- Returns:
- the name
-
getValue
public java.lang.String getValue()
Gets the value. Property value. Any string value is valid.- Returns:
- the value
-
getHref
public java.lang.String getHref()
Gets the href. API URL for interacting with the trigger property.- Returns:
- the href
-
getXEnum
public java.util.List<java.lang.String> getXEnum()
Gets the xEnum. Options for `single_select` property type. Only needed for `single_select` property type.- Returns:
- the xEnum
-
getType
public java.lang.String getType()
Gets the type. Property type.- Returns:
- the type
-
getPath
public java.lang.String getPath()
Gets the path. A dot notation path for `integration` type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.- Returns:
- the path
-
isLocked
public java.lang.Boolean isLocked()
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
-
-