public class GithubPullRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
kind
Possible values: * “github.com”
|
String |
owner
This could be the organization or the individual git username depending on who owns the repo.
|
String |
project
Syntax: ^[\w-]+$ Min length: 1 Max length: 50
|
int |
pullRequestID
|
String |
revision
Min length: 40 Max length: 40
|
| Constructor and Description |
|---|
GithubPullRequest() |
public String kind
Possible values: * “github.com”
public String owner
This could be the organization or the individual git username depending on who owns the repo.
Syntax: ^[\w-]+$ Min length: 1 Max length: 50
public String project
Syntax: ^[\w-]+$ Min length: 1 Max length: 50
public int pullRequestID
public String revision
Min length: 40 Max length: 40
Copyright © 2014–2017 Mozilla. All rights reserved.