eventsTriggeringScansForBranchesSettingInput

Branch selection and events that trigger scans.

Examples

input EventsTriggeringScansForBranchesSettingInput {
  branchNamePatternBranchSelection: String
  genericOptionBranchSelection: GenericOptionBranchSelectionType
  events: [TriggeringEventInput!]!
}

Fields

Field
Description
Supported fields

branchNamePatternBranchSelection String

Branch name pattern to match.

genericOptionBranchSelection GenericOptionBranchSelectionType

Predefined branch selection option.

Events that trigger scans for the selection.

type TriggeringEventType! value Boolean!

References

Fields with this object:

Last updated