Package com.gooddata.dataload.processes
Class ScheduleExecution
- java.lang.Object
-
- com.gooddata.dataload.processes.ScheduleExecution
-
public class ScheduleExecution extends Object
Schedule execution
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetCreated()Map<String,String>getLinks()StringgetProcessLastDeployedBy()StringgetStatus()StringgetTrigger()StringgetUri()booleanisFinished()
-
-
-
Field Detail
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
TEMPLATE
public static final org.springframework.web.util.UriTemplate TEMPLATE
-
-
Method Detail
-
getStatus
public String getStatus()
-
getCreated
public org.joda.time.DateTime getCreated()
-
getTrigger
public String getTrigger()
-
getProcessLastDeployedBy
public String getProcessLastDeployedBy()
-
getUri
public String getUri()
-
isFinished
public boolean isFinished()
- Returns:
- whether schedule execution is finished
-
-