public static interface EventInfo.Builder extends SdkPojo, CopyableBuilder<EventInfo.Builder,EventInfo>
| Modifier and Type | Method and Description |
|---|---|
EventInfo.Builder |
name(String name)
The name of the event.
|
EventInfo.Builder |
state(String state)
The state of an event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventInfo.Builder name(String name)
The name of the event. The possible names are pull_request, workflow_dispatch,
schedule, and push
name - The name of the event. The possible names are pull_request,
workflow_dispatch, schedule, and pushEventInfo.Builder state(String state)
The state of an event. The state might be open, closed, or another state.
state - The state of an event. The state might be open, closed, or another state.Copyright © 2023. All rights reserved.