Package io.screenshotbot.gradle.plugin
Class RoborazziIntegrationBuilder
java.lang.Object
io.screenshotbot.gradle.plugin.AbstractIntegrationBuilder
io.screenshotbot.gradle.plugin.RoborazziIntegrationBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull StringgenerateTaskName(org.gradle.api.Task task, String mode) protected @NotNull Stringprotected @NotNull Stringprotected @NotNull org.gradle.api.file.DirectorygetSnapshotsDir(org.gradle.api.Project project, org.gradle.api.Task task) protected booleanisApplicableTask(org.gradle.api.Task task) Methods inherited from class io.screenshotbot.gradle.plugin.AbstractIntegrationBuilder
apply, backupDir, configureBackupSnapshotsDependencies, configureTaskDependencies, downcaseFirst, getImagesDirectory, getSnapshotsDirList, prepareTask, restoreDir, safeDelete, upcaseFirst
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
RoborazziIntegrationBuilder
-
-
Method Details
-
getPluginId
- Specified by:
getPluginIdin classAbstractIntegrationBuilder
-
isApplicableTask
protected boolean isApplicableTask(org.gradle.api.Task task) - Specified by:
isApplicableTaskin classAbstractIntegrationBuilder
-
getPluginName
- Specified by:
getPluginNamein classAbstractIntegrationBuilder
-
generateTaskName
- Specified by:
generateTaskNamein classAbstractIntegrationBuilder
-
getSnapshotsDir
@NotNull protected @NotNull org.gradle.api.file.Directory getSnapshotsDir(org.gradle.api.Project project, org.gradle.api.Task task) - Specified by:
getSnapshotsDirin classAbstractIntegrationBuilder
-