- java.lang.Object
-
- org.github.gestalt.config.git.config.GitModuleConfig
-
- All Implemented Interfaces:
org.github.gestalt.config.entity.GestaltModuleConfig
public final class GitModuleConfig extends java.lang.Object implements org.github.gestalt.config.entity.GestaltModuleConfigGoogle specific configuration. You can either specify the project ID or it will get it from the default.
-
-
Constructor Summary
Constructors Constructor Description GitModuleConfig()GitModuleConfig(org.eclipse.jgit.transport.CredentialsProvider credentials, org.eclipse.jgit.transport.SshSessionFactory sshSessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.transport.CredentialsProvidergetCredentials()org.eclipse.jgit.transport.SshSessionFactorygetSshSessionFactory()booleanhasCredentialsProvider()booleanhasSshSessionFactory()java.lang.Stringname()voidsetCredentials(org.eclipse.jgit.transport.CredentialsProvider credentials)voidsetSshSessionFactory(org.eclipse.jgit.transport.SshSessionFactory sshSessionFactory)
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
namein interfaceorg.github.gestalt.config.entity.GestaltModuleConfig
-
hasSshSessionFactory
public boolean hasSshSessionFactory()
-
getSshSessionFactory
public org.eclipse.jgit.transport.SshSessionFactory getSshSessionFactory()
-
setSshSessionFactory
public void setSshSessionFactory(org.eclipse.jgit.transport.SshSessionFactory sshSessionFactory)
-
hasCredentialsProvider
public boolean hasCredentialsProvider()
-
getCredentials
public org.eclipse.jgit.transport.CredentialsProvider getCredentials()
-
setCredentials
public void setCredentials(org.eclipse.jgit.transport.CredentialsProvider credentials)
-
-