ArgumentsBuilderExtension |
Arguments builder
|
AutoPropertyAttribute |
|
AutoToolSettings |
Base class for tooling that is used for autogeneration of command line arguments.
|
EmptySettings |
Using when there are no settings
|
FlatpakBuilderCli |
Contains functionality for working with Flatpak-builder commands.
|
FlatpakBuilderSettings |
Run a command in a sandbox based on the build dir. This starts flatpak build, with some extra arguments to give the same environment as the build,
and the same permissions the final app will have (except filesystem permissions). The command to run must be the last argument passed to flatpak-builder, after the directory and the manifest.
Only the --arch=ARCH, --ccache and --verbose options can be combined with this option.
|
FlatpakBuilderTool<TSettings> |
Base class for all Flatpak Builder related tools.
|
GenericRunner<TSettings> |
|