| Modifier and Type | Method and Description |
|---|---|
UserDetails |
UserDetails.createAnonymousDetails() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends org.eclipse.jgit.api.GitCommand> |
GitUtils.configureCommand(org.eclipse.jgit.api.TransportCommand<C,?> command,
UserDetails userDetails)
Configures the transport of the command to deal with things like SSH
|
static void |
GitUtils.doAddCommitAndPushFiles(org.eclipse.jgit.api.Git git,
UserDetails userDetails,
org.eclipse.jgit.lib.PersonIdent personIdent,
String branch,
String origin,
String message,
boolean pushOnCommit) |
static org.eclipse.jgit.revwalk.RevCommit |
GitUtils.doCommitAndPush(org.eclipse.jgit.api.Git git,
String message,
UserDetails userDetails,
org.eclipse.jgit.lib.PersonIdent author,
String branch,
String origin,
boolean pushOnCommit) |
static BuildConfigHelper.CreateGitProjectResults |
BuildConfigHelper.importNewGitProject(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
UserDetails userDetails,
File basedir,
String namespace,
String projectName,
String origin,
String message,
boolean apply) |
static BuildConfigHelper.CreateGitProjectResults |
BuildConfigHelper.importNewGitProject(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
UserDetails userDetails,
File basedir,
String namespace,
String projectName,
String origin,
String message,
boolean apply,
boolean useLocalGitAddress) |
Copyright © 2011–2016 Red Hat. All rights reserved.