-
public final class TestdocRobotConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>nameprivate Property<String>docprivate Map<String, String>metaDataprivate List<String>setTagsprivate List<String>testprivate List<String>suiteprivate List<String>includeprivate List<String>excludeprivate List<String>argumentFilesprivate Property<String>titleprivate DirectoryPropertyoutputDirprivate RegularFilePropertyoutputFile
-
Constructor Summary
Constructors Constructor Description TestdocRobotConfiguration(Project project)
-
Method Summary
-
-
Method Detail
-
getMetaData
final Map<String, String> getMetaData()
-
setMetaData
final Unit setMetaData(Map<String, String> metaData)
-
getSetTags
final List<String> getSetTags()
-
setSetTags
final Unit setSetTags(List<String> setTags)
-
getInclude
final List<String> getInclude()
-
setInclude
final Unit setInclude(List<String> include)
-
getExclude
final List<String> getExclude()
-
setExclude
final Unit setExclude(List<String> exclude)
-
getArgumentFiles
final List<String> getArgumentFiles()
-
setArgumentFiles
final Unit setArgumentFiles(List<String> argumentFiles)
-
getTitle
final Property<String> getTitle()
Set the title of the generated documentation. Underscores in the title are converted to spaces. The default title is the name of the top level suite.
-
setTitle
final Unit setTitle(Property<String> title)
Set the title of the generated documentation. Underscores in the title are converted to spaces. The default title is the name of the top level suite.
-
getOutputDir
final DirectoryProperty getOutputDir()
Path where to put the documentation.
Default:
${buildDir}/doc
-
setOutputDir
final Unit setOutputDir(DirectoryProperty outputDir)
Path where to put the documentation.
Default:
${buildDir}/doc
-
getOutputFile
final RegularFileProperty getOutputFile()
Name of the documentation file.
Default:
testdoc.html
-
setOutputFile
final Unit setOutputFile(RegularFileProperty outputFile)
Name of the documentation file.
Default:
testdoc.html
-
generateArguments
final Array<String> generateArguments()
-
-
-
-