- configureJavadocPublishing(Project) - Method in BuildSupportExtension
-
Configure a project to publish a javadoc artifact.
- configureJavaTemplates(Project) - Method in BuildSupportExtension
-
Configure a project to use "java templates."
- configureManifest(Project) - Method in BuildSupportExtension
-
Configure the standard manifest entries for the given project.
- configureManifestForArchiveTask(Jar) - Method in BuildSupportExtension
-
Configure the standard manifest entries for the given archive task.
- configurePublications(Project, Closure) - Method in BuildSupportExtension
-
Apply a configuration closure to the publications managed/created by this plugin.
- configurePublishing(Project, boolean) - Method in BuildSupportExtension
-
Configure a project to publish maven artifacts to the local M2 repo and, optionally, to the Nexus maven repo.
- configureRdmFacades(Project) - Method in BuildSupportExtension
-
Configure the given project for generating RDM facade classes from Structure XML definitions.
- configureSourcePublishing(Project, boolean) - Method in BuildSupportExtension
-
Configure a project to create and publish a "sources" jar.
- configureStandardPlugin(Project, boolean, boolean, String) - Method in BuildSupportExtension
-
Perform the "standard" configuration for a typical Raptor plugin project.
- configureTestTasks(Project) - Method in BuildSupportExtension
-
Apply a standard configuration to all test tasks.
- configureXjc(Project) - Method in BuildSupportExtension
-
Configure the given project for using XJC to compile XML schemas.
- createPluginInstallTask(Project) - Method in BuildSupportExtension
-
Create a task, named install, that will copy the created jar/war artifact(s) into
{@code ..
- ctiPrivate(Map) - Method in RepoManagement
-
Add a CTI Private repo configuration accepting a map of configuration properties.
- ctiPublic(Map) - Method in RepoManagement
-
Add a CTI Public repo configuration accepting a map of configuration properties.
- GENERATE_FACADES_TASK_NAME - Field in GenerateRdmFacadesExtension
-
- 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(Project) - Constructor in GenerateRdmFacadesExtension
-
- GenerateRdmFacadeTask - Class in gov.raptor.gradle.plugins.buildsupport
Task to generate RDM facade classes from a collection of structure XML files.
- GENERATORS_NAME - Field in GenerateRdmFacadesExtension
-
- getCredentials() - Method in RepoManagement.RepoConfig
-
@return Credentials object to use in repo configuration
- getCredentialsPrefix - Field in RepoManagement.RepoConfig
-
- getCtiPrivate(String) - Method in RepoManagement
-
@param name The name of the repo to find
- getCtiPublic(String) - Method in RepoManagement
-
@param name The name of the repo to find
- getDependencyUrls() - Method in RepoManagement.RepoConfig
-
@return The list of URLs to add as repositories for dependency resolution
- getDi2eCentral() - Method in RepoManagement
-
- Returns:
- The RepoConfig for the DI2E Central repo.
- getDi2ePrivate(String) - Method in RepoManagement
-
@param name The name of the repo to find
- getDi2eRaptorx() - Method in RepoManagement
-
- Returns:
- The RepoConfig for the DI2E Raptorx repo.
- getEnvVarPrefix - Field in RepoManagement.RepoConfig
-
- 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
- getPublishUrl(boolean) - Method in RepoManagement.RepoConfig
-
@param release Pass true to get the release URL and false to get the snapshot URL
- 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.
- google() - Method in RepoManagement
-
Include google( ) in the repository configuration.