Class ListTektonPipelineTriggersOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.ListTektonPipelineTriggersOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListTektonPipelineTriggersOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe listTektonPipelineTriggers options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListTektonPipelineTriggersOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdisabled()Gets the disabled.java.lang.StringeventListener()Gets the eventListener.java.lang.Stringname()Gets the name.ListTektonPipelineTriggersOptions.BuildernewBuilder()New builder.java.lang.StringpipelineId()Gets the pipelineId.java.lang.Stringtags()Gets the tags.java.lang.Stringtype()Gets the type.java.lang.StringworkerId()Gets the workerId.java.lang.StringworkerName()Gets the workerName.
-
-
-
Method Detail
-
newBuilder
public ListTektonPipelineTriggersOptions.Builder newBuilder()
New builder.- Returns:
- a ListTektonPipelineTriggersOptions builder
-
pipelineId
public java.lang.String pipelineId()
Gets the pipelineId. The Tekton pipeline ID.- Returns:
- the pipelineId
-
type
public java.lang.String type()
Gets the type. Optional filter by "type", accepts a comma separated list of types. Valid types are "manual", "scm", "generic", and "timer".- Returns:
- the type
-
name
public java.lang.String name()
Gets the name. Optional filter by "name", accepts a single string value.- Returns:
- the name
-
eventListener
public java.lang.String eventListener()
Gets the eventListener. Optional filter by "event_listener", accepts a single string value.- Returns:
- the eventListener
-
workerId
public java.lang.String workerId()
Gets the workerId. Optional filter by "worker.id", accepts a single string value.- Returns:
- the workerId
-
workerName
public java.lang.String workerName()
Gets the workerName. Optional filter by "worker.name", accepts a single string value.- Returns:
- the workerName
-
disabled
public java.lang.String disabled()
Gets the disabled. Optional filter by "disabled" state, possible values are "true" or "false".- Returns:
- the disabled
-
tags
public java.lang.String tags()
Gets the tags. Optional filter by "tags", accepts a comma separated list of tags. The response lists triggers having at least one matching tag.- Returns:
- the tags
-
-