public class Zendesk4ProcessExecution extends Object implements ProcessExecution
| Modifier and Type | Class and Description |
|---|---|
static class |
Zendesk4ProcessExecution.DownloadParams |
| Constructor and Description |
|---|
Zendesk4ProcessExecution() |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
getConnectorType() |
Zendesk4ProcessExecution.DownloadParams |
getDownloadParams() |
Boolean |
getIncremental() |
Boolean |
getRecoverable() |
Boolean |
getRecoveryInProgress() |
Boolean |
getReload() |
Map<String,org.joda.time.DateTime> |
getStartTimes() |
void |
setDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams) |
void |
setIncremental(Boolean incremental) |
void |
setRecoverable(Boolean recoverable)
Tells if the newly started process should use recoverable feature.
|
void |
setRecoveryInProgress(Boolean recoveryInProgress)
Tells if there is some recoverable process in progress for given project
Usable from R176.
|
void |
setReload(Boolean reload)
set by scheduler, when the process is actually a reload of a project
|
void |
setStartTime(String resource,
org.joda.time.DateTime startTime) |
String |
toString() |
public ConnectorType getConnectorType()
getConnectorType in interface ProcessExecutionpublic Boolean getIncremental()
public void setIncremental(Boolean incremental)
public Boolean getReload()
public void setReload(Boolean reload)
public Boolean getRecoverable()
public void setRecoverable(Boolean recoverable)
public Boolean getRecoveryInProgress()
public void setRecoveryInProgress(Boolean recoveryInProgress)
public void setStartTime(String resource, org.joda.time.DateTime startTime)
public Zendesk4ProcessExecution.DownloadParams getDownloadParams()
public void setDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams)
Copyright © 2019. All rights reserved.