Package io.bdeploy.gradle.extensions
Class ApplicationExtension
java.lang.Object
io.bdeploy.gradle.extensions.ApplicationExtension
Configures a single application.
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationExtension(String name, org.gradle.api.model.ObjectFactory factory) -
Method Summary
-
Constructor Details
-
ApplicationExtension
-
-
Method Details
-
getName
- Returns:
- the name of the application as specified in the 'product-info.yaml'
-
getYaml
public org.gradle.api.file.RegularFileProperty getYaml()- Returns:
- the path to the 'app-info.yaml'. The 'app-info.yaml' is assumed to be placed in the root directory of the binaries for the specified application.
-
setYaml
-
getOs
- Returns:
- the list of supported operating systems. if not given, the list is inferred from the 'app-info.yaml'
-