bitbucket-api-client-lib

PipelineRefTarget

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- refType | RefTypeEnum | The type of reference (branch/tag). | [optional] refName | String | The name of the reference. | [optional] commit | Commit | | [optional] selector | PipelineSelector | | [optional]

Enum: RefTypeEnum

Name | Value —- | —– BRANCH | "branch" TAG | "tag" NAMED_BRANCH | "named_branch" BOOKMARK | "bookmark"