public class TestModeshapeRepositoryConfig
extends java.lang.Object
implements com.xebialabs.xlplatform.repository.XlRepositoryConfig
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TEST_REPOSITORY_JSON |
| Constructor and Description |
|---|
TestModeshapeRepositoryConfig() |
TestModeshapeRepositoryConfig(java.lang.String repositoryJson) |
| Modifier and Type | Method and Description |
|---|---|
scala.Option<? extends javax.jcr.Credentials> |
credentials() |
com.xebialabs.xlplatform.repository.RepositoryConfigurationSource |
jcrRepositoryConfig() |
scala.Option<java.lang.String> |
repositoryId() |
java.lang.String |
repositoryName() |
com.xebialabs.deployit.server.api.upgrade.Version |
repositoryVersion() |
public static final java.lang.String TEST_REPOSITORY_JSON
public TestModeshapeRepositoryConfig()
public TestModeshapeRepositoryConfig(java.lang.String repositoryJson)
public com.xebialabs.xlplatform.repository.RepositoryConfigurationSource jcrRepositoryConfig()
jcrRepositoryConfig in interface com.xebialabs.xlplatform.repository.XlRepositoryConfigpublic java.lang.String repositoryName()
repositoryName in interface com.xebialabs.xlplatform.repository.XlRepositoryConfigpublic com.xebialabs.deployit.server.api.upgrade.Version repositoryVersion()
repositoryVersion in interface com.xebialabs.xlplatform.repository.XlRepositoryConfigpublic scala.Option<java.lang.String> repositoryId()
repositoryId in interface com.xebialabs.xlplatform.repository.XlRepositoryConfigpublic scala.Option<? extends javax.jcr.Credentials> credentials()
credentials in interface com.xebialabs.xlplatform.repository.XlRepositoryConfig