toggle menu
winds
1.0.2
jvm
switch theme
search in API
gradle-plugin
/
dev.teogor.winds.api.impl
/
WindsImpl
Winds
Impl
abstract
class
WindsImpl
(
project
:
Project
)
:
Winds
Members
Constructors
Winds
Impl
Link copied to clipboard
constructor
(
project
:
Project
)
Properties
all
Specs
Link copied to clipboard
open
override
val
allSpecs
:
MutableList
<
ArtifactDescriptor
>
codebase
Options
Link copied to clipboard
open
override
var
codebaseOptions
:
CodebaseOptions
docs
Generator
Link copied to clipboard
open
override
var
docsGenerator
:
DocsGenerator
documentation
Builder
Link copied to clipboard
open
override
var
documentationBuilder
:
DocumentationBuilder
features
Link copied to clipboard
open
override
var
features
:
Features
module
Metadata
Link copied to clipboard
open
override
var
moduleMetadata
:
ModuleMetadata
publishing
Link copied to clipboard
open
override
var
publishing
:
Publishing
publishing
Options
Link copied to clipboard
open
override
var
publishingOptions
:
PublishingOptions
winds
Features
Link copied to clipboard
open
override
var
windsFeatures
:
WindsFeatures
workflow
Synthesizer
Link copied to clipboard
open
override
var
workflowSynthesizer
:
WorkflowSynthesizer
Functions
codebase
Options
Link copied to clipboard
open
override
fun
codebaseOptions
(
configure
:
CodebaseOptions
.
(
)
->
Unit
)
configure
Projects
Link copied to clipboard
open
override
fun
configureProjects
(
includeRoot
:
Boolean
,
action
:
Project
.
(
Winds
)
->
Unit
)
docs
Generator
Link copied to clipboard
open
override
fun
docsGenerator
(
action
:
DocsGenerator
.
(
)
->
Unit
)
documentation
Builder
Link copied to clipboard
open
override
fun
documentationBuilder
(
configure
:
DocumentationBuilder
.
(
)
->
Unit
)
features
Link copied to clipboard
open
override
fun
features
(
action
:
Features
.
(
)
->
Unit
)
is
Enabled
Link copied to clipboard
open
infix
fun
isEnabled
(
feature
:
WindsFeature
)
:
Boolean
module
Metadata
Link copied to clipboard
open
override
fun
moduleMetadata
(
action
:
ModuleMetadata
.
(
)
->
Unit
)
publishing
Link copied to clipboard
open
override
fun
publishing
(
action
:
Publishing
.
(
)
->
Unit
)
publishing
Options
Link copied to clipboard
open
override
fun
publishingOptions
(
action
:
PublishingOptions
.
(
)
->
Unit
)
winds
Features
Link copied to clipboard
open
override
fun
windsFeatures
(
action
:
WindsFeatures
.
(
)
->
Unit
)
workflow
Synthesizer
Link copied to clipboard
open
override
fun
workflowSynthesizer
(
action
:
WorkflowSynthesizer
.
(
)
->
Unit
)