Package com.bakdata.gradle
Class PublicationSettings
-
- All Implemented Interfaces:
public class PublicationSettings
-
-
Field Summary
Fields Modifier and Type Field Description private StringrepoUrlprivate StringrepoDefaultBranchprivate Stringlicenseprivate Stringdescriptionprivate Action<in MavenPomDeveloperSpec>developersprivate BooleancreatePublicationprivate Projectproject
-
Constructor Summary
Constructors Constructor Description PublicationSettings(Project project)
-
Method Summary
Modifier and Type Method Description final StringgetRepoUrl()final UnitsetRepoUrl(String repoUrl)final StringgetRepoDefaultBranch()final UnitsetRepoDefaultBranch(String repoDefaultBranch)final StringgetLicense()final UnitsetLicense(String license)final StringgetDescription()final UnitsetDescription(String description)final Action<in MavenPomDeveloperSpec>getDevelopers()final UnitsetDevelopers(Action<in MavenPomDeveloperSpec> developers)final BooleangetCreatePublication()final UnitsetCreatePublication(Boolean createPublication)final ProjectgetProject()final UnitsetProject(Project project)final Unitdevelopers(Action<in MavenPomDeveloperSpec> developerSpec)-
-
Method Detail
-
getRepoUrl
final String getRepoUrl()
-
setRepoUrl
final Unit setRepoUrl(String repoUrl)
-
getRepoDefaultBranch
final String getRepoDefaultBranch()
-
setRepoDefaultBranch
final Unit setRepoDefaultBranch(String repoDefaultBranch)
-
getLicense
final String getLicense()
-
setLicense
final Unit setLicense(String license)
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(String description)
-
getDevelopers
final Action<in MavenPomDeveloperSpec> getDevelopers()
-
setDevelopers
final Unit setDevelopers(Action<in MavenPomDeveloperSpec> developers)
-
getCreatePublication
final Boolean getCreatePublication()
-
setCreatePublication
final Unit setCreatePublication(Boolean createPublication)
-
getProject
final Project getProject()
-
setProject
final Unit setProject(Project project)
-
developers
final Unit developers(Action<in MavenPomDeveloperSpec> developerSpec)
-
-
-
-