Property<Boolean> getIncludeTestsProvider() { return includeTestState; }
/** * Returns the website URL of the project linked in the generated web page. * * @return The website URL of the project property. */ public Property<String> getWebsiteUrl() { return websiteUrl; }
/** * Returns the version control URL of the project linked in the generated web page. * * @return The version control URL of the project property. */ public Property<String> getVcsUrl() { return vcsUrl; }
/** * Returns the project descriptor containing the derived project information. * * @return The project descriptor. */ @Nested public Property<ProjectDescriptor> getProjectDescriptor() { return projectDescriptor; }