Class TaskFinished_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
com.gradle.scan.eventmodel.gradle.TaskFinished_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TaskFinished_1_3
@GradleVersion(since="2.0",
until="3.5")
@PluginVersion(since="1.3",
until="1.5")
public class TaskFinished_1_2
extends TaskFinished_1_1
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
Whether the output of the task was cacheable.Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
skipMessage
Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
id, outcome, path
-
Constructor Summary
ConstructorsConstructorDescriptionTaskFinished_1_2
(long id, String path, TaskOutcome_1 outcome, @Nullable String skipMessage, boolean cacheable) -
Method Summary
-
Field Details
-
cacheable
public final boolean cacheableWhether the output of the task was cacheable.
-
-
Constructor Details
-
TaskFinished_1_2
public TaskFinished_1_2(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage, boolean cacheable)
-
-
Method Details
-
equals
- Overrides:
equals
in classTaskFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskFinished_1_1
-
toString
- Overrides:
toString
in classTaskFinished_1_1
-