multipliedBranchWithReason
Represents a branch selection with the reason for its inclusion in pipeline scanning.
Examples
type MultipliedBranchWithReason {
branch: String!
reason: String!
}
Fields
Field
Description
Supported fields
branch String!
Name or pattern of the selected branch
reason String!
Explanation for why this branch was selected for scanning
References
Fields with this object:
Last updated