Package org.sonar.api.ce.posttask
Interface CeTask
-
public interface CeTask- Since:
- 5.5
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCeTask.Status
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Id of the Compute Engine task.CeTask.StatusgetStatus()Indicates whether the Compute Engine task ended successfully or not.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Id of the Compute Engine task.This is the id under which the processing of the project analysis report has been added to the Compute Engine queue.
-
getStatus
CeTask.Status getStatus()
Indicates whether the Compute Engine task ended successfully or not.
-
-