mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Add missing javadoc for GHEventPayload.WorkflowRun
This commit is contained in:
@@ -1384,10 +1384,20 @@ public class GHEventPayload extends GitHubInteractiveObject {
|
||||
private GHWorkflowRun workflowRun;
|
||||
private GHWorkflow workflow;
|
||||
|
||||
/**
|
||||
* Gets the workflow run.
|
||||
*
|
||||
* @return the workflow run
|
||||
*/
|
||||
public GHWorkflowRun getWorkflowRun() {
|
||||
return workflowRun;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the associated workflow.
|
||||
*
|
||||
* @return the associated workflow
|
||||
*/
|
||||
public GHWorkflow getWorkflow() {
|
||||
return workflow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user