@groovy.transform.CompileStatic @org.gradle.api.tasks.CacheableTask abstract class CreateReleaseDropDownTask extends DefaultTask
Duplicates the documentation and modifies source files to add a release dropdown to the documentation
Modifiers | Name | Description |
---|---|---|
class |
CreateReleaseDropDownTask.1 |
Type | Name and description |
---|---|
Property<java.lang.String> |
additionalPath |
Property<java.lang.String> |
docBaseUrl |
ConfigurableFileCollection |
filesToAddDropdowns |
RegularFileProperty |
gitTags |
Property<java.lang.String> |
githubSlug |
Property<SoftwareVersion> |
minimumVersion |
DirectoryProperty |
modifiedPagesDirectory |
Property<java.lang.String> |
projectVersion |
DirectoryProperty |
sourceDocsDirectory |
Property<java.lang.String> |
versionHtml |
Constructor and description |
---|
CreateReleaseDropDownTask(ObjectFactory objects, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
createReleaseDropDown() Add the release dropdown to the documentation |
Groovy Documentation