@Immutable @Loggable(value=1) public final class GhRequests extends Object implements MergeRequests
Modifier | Constructor and Description |
---|---|
protected |
GhRequests(Github ghub,
Github.Repo rep,
Approval appr)
Public ctor.
|
|
GhRequests(String user,
String password,
String rep)
Public ctor.
|
|
GhRequests(String user,
String password,
String rep,
Approval appr)
Public ctor.
|
public GhRequests(String user, String password, String rep)
user
- User namepassword
- Passwordrep
- Repository name in Githubpublic GhRequests(@NotNull(message="user can\'t be NULL") String user, @NotNull(message="password can\'t be NULL") String password, @NotNull(message="repository can\'t be NULL") String rep, @NotNull(message="approval can\'t be NULL") Approval appr)
user
- User namepassword
- Passwordrep
- Repository name in Githubappr
- Approvalpublic Iterator<MergeRequest> iterator()
iterator
in interface Iterable<MergeRequest>
Copyright © 2009–2014 Rultor Inc.. All rights reserved.