public class SyncConnectorConfiguration extends AbstractRepositoryConnectorConfiguration implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
cronExpression
When to run the sync mechanism.
|
private String |
method
The type of synchronization to use.
|
Constructor and Description |
---|
SyncConnectorConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCronExpression()
Get when to run the sync mechanism.
|
String |
getMethod()
Get the type of synchronization to use.
|
void |
setCronExpression(String cronExpression)
Set when to run the sync mechanism.
|
void |
setMethod(String method)
Set the type of synchronization to use.
|
addBlackListPattern, addPolicy, addProperty, addWhiteListPattern, getBlackListPatterns, getPolicies, getPolicy, getProperties, getProxyId, getSourceRepoId, getTargetRepoId, getWhiteListPatterns, isDisabled, removeBlackListPattern, removeWhiteListPattern, setBlackListPatterns, setDisabled, setPolicies, setProperties, setProxyId, setSourceRepoId, setTargetRepoId, setWhiteListPatterns
private String cronExpression
public SyncConnectorConfiguration()
public String getCronExpression()
public void setCronExpression(String cronExpression)
cronExpression
- Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.