bitbucket-api-client-lib

PipelineSelector

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- type | TypeEnum | The type of selector. | [optional] pattern | String | The name of the matching pipeline definition. | [optional]

Enum: TypeEnum

Name | Value —- | —– BRANCHES | "branches" TAGS | "tags" BOOKMARKS | "bookmarks" DEFAULT | "default" CUSTOM | "custom"