public class CreateCommentRequest extends Object
Write a new comment on a GitHub Issue or Pull Request. Full specification on GitHub docs
See https://schemas.taskcluster.net/github/v1/create-comment.json#
| Modifier and Type | Field and Description |
|---|---|
String |
body
The contents of the comment.
|
| Constructor and Description |
|---|
CreateCommentRequest() |
public String body
The contents of the comment.
See https://schemas.taskcluster.net/github/v1/create-comment.json#/properties/body
Copyright © 2014–2018 Mozilla. All rights reserved.