Context class

Constructors

Context()
Constructs a new instance of the Context class.

Properties

action String
The action name.
getter/setter pair
actor String
The username of the user or app that initiated the workflow.
getter/setter pair
apiUrl String
The URL of the GitHub API.
getter/setter pair
env Map<String, String>
Retrieves the environment variables.
no setter
eventName String
The name of the event that triggered the workflow.
getter/setter pair
graphqlUrl String
The URL of the GitHub GraphQL API.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issue IssueInfo
Gets the information about the issue.
no setter
job String
The job name.
getter/setter pair
payload WebhookPayload
getter/setter pair
ref String
The ref that triggered the workflow.
getter/setter pair
repo RepoInfo
Gets the information about the repository.
no setter
runId int
The run ID of the workflow.
getter/setter pair
runNumber int
The run number of the workflow.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverUrl String
The URL of the GitHub server.
getter/setter pair
sha String
The commit SHA that triggered the workflow.
getter/setter pair
workflow String
The workflow name.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited