GitHubIssueEvent Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. projects. models. GitHubIssueEvent
- com.
- com.
public final class GitHubIssueEvent
extends ExpandableStringEnum<GitHubIssueEvent>
Known GitHub issue events that can fire a routine.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Git |
CLOSED
The routine fires when a Git |
|
static final
Git |
OPENED
The routine fires when a Git |
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubIssueEvent() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Git |
fromString(String name)
Creates or finds a Git |
|
static
Collection<Git |
values()
Gets known Git |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CLOSED
public static final GitHubIssueEvent CLOSED
The routine fires when a GitHub issue is closed.
OPENED
public static final GitHubIssueEvent OPENED
The routine fires when a GitHub issue is opened.
Constructor Details
GitHubIssueEvent
@Deprecated
public GitHubIssueEvent()
Deprecated
Creates a new instance of GitHubIssueEvent value.
Method Details
fromString
public static GitHubIssueEvent fromString(String name)
Creates or finds a GitHubIssueEvent from its string representation.
Parameters:
Returns:
values
public static Collection<GitHubIssueEvent> values()
Gets known GitHubIssueEvent values.
Returns: