eventsTriggeringScansForBranchesSettingResponse

Examples

type EventsTriggeringScansForBranchesSettingResponse {
  branchNamePatternBranchSelection: String
  genericOptionBranchSelection: GenericOptionBranchSelectionType
  events: [TriggeringEventResponse!]!
}

Fields

Field
Description
Supported fields

branchNamePatternBranchSelection String

Either this or genericOptionBranchSelection is guaranteed to be provided by the resolver

genericOptionBranchSelection GenericOptionBranchSelectionType

Either this or branchNamePatternBranchSelection is guaranteed to be provided by the resolver

References

Fields with this object:

Last updated