public class DeploymentSynchronizerConfiguration extends Object
Constructor and Description |
---|
DeploymentSynchronizerConfiguration() |
Modifier and Type | Method and Description |
---|---|
long |
getPeriod() |
RepositoryConfigParameter[] |
getRepositoryConfigParameters() |
String |
getRepositoryType() |
boolean |
isAutoCheckout() |
boolean |
isAutoCommit() |
boolean |
isEnabled() |
boolean |
isServerBasedConfiguration()
Indicates whether the configuration is retrieved from the server config file (carbon.xml)
|
boolean |
isUseEventing() |
void |
setAutoCheckout(boolean autoCheckout) |
void |
setAutoCommit(boolean autoCommit) |
void |
setEnabled(boolean enabled) |
void |
setPeriod(long period) |
void |
setRepositoryConfigParameters(RepositoryConfigParameter[] repositoryConfigParameters) |
void |
setRepositoryType(String repositoryType) |
void |
setServerBasedConfiguration(boolean serverBasedConfiguration) |
void |
setUseEventing(boolean useEventing) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isAutoCommit()
public void setAutoCommit(boolean autoCommit)
public boolean isAutoCheckout()
public void setAutoCheckout(boolean autoCheckout)
public long getPeriod()
public void setPeriod(long period)
public boolean isUseEventing()
public void setUseEventing(boolean useEventing)
public String getRepositoryType()
public void setRepositoryType(String repositoryType)
public RepositoryConfigParameter[] getRepositoryConfigParameters()
public void setRepositoryConfigParameters(RepositoryConfigParameter[] repositoryConfigParameters)
public boolean isServerBasedConfiguration()
public void setServerBasedConfiguration(boolean serverBasedConfiguration)
Copyright © 2020 WSO2. All rights reserved.