Class TaskFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
com.gradle.scan.eventmodel.gradle.TaskFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
TaskFinished_1_2
@GradleVersion(since="2.0",
until="3.5")
@PluginVersion(since="1.1",
until="1.2")
public class TaskFinished_1_1
extends TaskFinished_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when skip message maps to a specific task outcome") StringThe message describing why the task was skipped in the case of a skipped task.Fields inherited from class com.gradle.scan.eventmodel.gradle.TaskFinished_1_0
id, outcome, path -
Constructor Summary
ConstructorsConstructorDescriptionTaskFinished_1_1(long id, String path, TaskOutcome_1 outcome, @Nullable String skipMessage) -
Method Summary
-
Field Details
-
skipMessage
@Nullable("when skip message maps to a specific task outcome") public final @Nullable("when skip message maps to a specific task outcome") String skipMessageThe message describing why the task was skipped in the case of a skipped task.nullif the task was not skipped.
-
-
Constructor Details
-
TaskFinished_1_1
public TaskFinished_1_1(long id, String path, TaskOutcome_1 outcome, @Nullable @Nullable String skipMessage)
-
-
Method Details
-
equals
- Overrides:
equalsin classTaskFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskFinished_1_0
-
toString
- Overrides:
toStringin classTaskFinished_1_0
-