- generate() - Method in GenerateRdmFacadeTask
-
Generate the facade classes for all the configured structures.
- generateFacade(Node) - Method in GenerateRdmFacadeTask
-
Generate the facade class for a single structure.
- GenerateRdmFacadesExtension - Class in gov.raptor.gradle.plugins.buildsupport
Extension for handling RDM Facade configuration and task creation.
- GenerateRdmFacadesExtension(ProjectInternal) - Constructor in GenerateRdmFacadesExtension
-
- GenerateRdmFacadeTask - Class in gov.raptor.gradle.plugins.buildsupport
Task to generate RDM facade classes from a collection of structure XML files.
- getMajor() - Method in RaptorVersion
-
@return The major component as an integer
- getMajorMinor() - Method in RaptorVersion
-
Get the major and minor components of the version.
- getManifestAttributes(Project) - Method in BuildSupportExtension
-
Create the standard manifest attributes for the given project.
- getMinor() - Method in RaptorVersion
-
@return The minor component as an integer
- getOutputDir() - Method in GenerateRdmFacadeTask
-
The directory into which to generate facade classes.
- getPatch() - Method in RaptorVersion
-
@return The patch component as an integer
- getPublishingRepoConfigs() - Method in RepoManagement
-
@return All repo configurations where 'publish' is set true
- getRepoConfigs() - Method in RepoManagement
-
@return All repo configurations
- getRepoManagement() - Method in BuildSupportExtension
-
- getRootVersion() - Method in RaptorVersion
-
@return the 'root' version (without the stage), e.g., for '2.6.1-SNAPSHOT' this returns '2.6.1'
- getStage() - Method in RaptorVersion
-
- Returns:
- The stage, if any.
- git(String) - Method in BuildSupportExtension
-
Execute a git command using the installed command line tools.