Package dev.testify.tasks.main
Class ScreenshotTestTask
-
- All Implemented Interfaces:
-
kotlin.Comparable,org.gradle.api.Named,org.gradle.api.Task,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.util.Configurable
public class ScreenshotTestTask extends TestifyDefaultTask
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classScreenshotTestTask.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringmoduleNameprivate StringoutputFormatprivate IntegershardCountprivate IntegershardIndexprivate StringtestClassprivate StringtestNameprivate StringscreenshotAnnotationprivate StringtestPackageIdprivate StringtestRunnerprivate BooleanuseSdCardprivate final BooleanisHiddenprivate final BooleanisDeviceRequiredprivate Booleanenabledprivate final Property<Duration>timeoutprivate final TaskStateInternalstateprivate BooleanimpliesSubProjectsprivate final BooleanhasCustomActionspublic final static ScreenshotTestTask.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ScreenshotTestTask()
-
Method Summary
Modifier and Type Method Description final StringgetModuleName()final UnitsetModuleName(@Optional() String moduleName)final StringgetOutputFormat()final UnitsetOutputFormat(@Optional() String outputFormat)final IntegergetShardCount()final UnitsetShardCount(@Optional() Integer shardCount)final IntegergetShardIndex()final UnitsetShardIndex(@Optional() Integer shardIndex)final StringgetTestClass()final UnitsetTestClass(@Optional() String testClass)final StringgetTestName()final UnitsetTestName(@Optional() String testName)final StringgetScreenshotAnnotation()final UnitsetScreenshotAnnotation(String screenshotAnnotation)final StringgetTestPackageId()final UnitsetTestPackageId(String testPackageId)final StringgetTestRunner()final UnitsetTestRunner(String testRunner)final BooleangetUseSdCard()final UnitsetUseSdCard(Boolean useSdCard)StringgetDescription()UnittaskAction()-
Methods inherited from class dev.testify.tasks.internal.TestifyDefaultTask
getGroup, isDeviceRequired, isHidden -
Methods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects -
Methods inherited from class org.gradle.api.DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDestroyables, getDidWork, getExtensions, getFinalizedBy, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getModuleName
@Input() final String getModuleName()
-
setModuleName
final Unit setModuleName(@Optional() String moduleName)
-
getOutputFormat
@Input() final String getOutputFormat()
-
setOutputFormat
final Unit setOutputFormat(@Optional() String outputFormat)
-
getShardCount
@Input() final Integer getShardCount()
-
setShardCount
final Unit setShardCount(@Optional() Integer shardCount)
-
getShardIndex
@Input() final Integer getShardIndex()
-
setShardIndex
final Unit setShardIndex(@Optional() Integer shardIndex)
-
getTestClass
@Input() final String getTestClass()
-
setTestClass
final Unit setTestClass(@Optional() String testClass)
-
getTestName
@Input() final String getTestName()
-
setTestName
final Unit setTestName(@Optional() String testName)
-
getScreenshotAnnotation
@Input() final String getScreenshotAnnotation()
-
setScreenshotAnnotation
final Unit setScreenshotAnnotation(String screenshotAnnotation)
-
getTestPackageId
@Input() final String getTestPackageId()
-
setTestPackageId
final Unit setTestPackageId(String testPackageId)
-
getTestRunner
@Input() final String getTestRunner()
-
setTestRunner
final Unit setTestRunner(String testRunner)
-
getUseSdCard
@Input() final Boolean getUseSdCard()
-
setUseSdCard
final Unit setUseSdCard(Boolean useSdCard)
-
getDescription
String getDescription()
-
taskAction
Unit taskAction()
-
-
-
-