public class GitHub extends Object implements Host<GitCredentials>
Constructor and Description |
---|
GitHub() |
GitHub(GitCredentials credentials) |
GitHub(GitCredentials credentials,
org.uberfire.commons.config.ConfigProperties configProperties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
Repository |
getRepository(GitCredentials credential,
String repositoryId,
Map<String,String> env) |
Repository |
getRepository(String id) |
Repository |
getRepository(String id,
Map<String,String> env) |
int |
hashCode() |
public GitHub()
public GitHub(GitCredentials credentials)
public GitHub(GitCredentials credentials, org.uberfire.commons.config.ConfigProperties configProperties)
public String getId()
getId
in interface Host<GitCredentials>
public String getName()
getName
in interface Host<GitCredentials>
public Repository getRepository(String id)
getRepository
in interface Host<GitCredentials>
public Repository getRepository(String id, Map<String,String> env)
getRepository
in interface Host<GitCredentials>
public Repository getRepository(GitCredentials credential, String repositoryId, Map<String,String> env)
getRepository
in interface Host<GitCredentials>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.