- getAndroidJarArtifact() - Method in MavenPush
 -  
Checks if Android jar artifact must be generated.
 
- getAndroidJarMainClass() - Method in MavenPush
 -  
Returns "Main-Class" attribute for Android's "var", "jar" and "fatjar" MANIFEST.MF files.
 
- getApklibArtifact() - Method in MavenPush
 -  
Checks if apklib artifact must be generated.
 
- getCiSystem() - Method in MavenPush
 -  
Returns continuous integration system.
 
- getCiSystemUrl() - Method in MavenPush
 -  
Returns continuous integration system url.
 
- getContributors() - Method in MavenPush
 -  
Returns array of contributors (name and email for each contributor). 
 
- getDeveloperEmail() - Method in MavenPush
 -  
Returns developer email.
 
- getDeveloperId() - Method in MavenPush
 -  
Returns developer ID.
 
- getDeveloperName() - Method in MavenPush
 -  
Returns developer name.
 
- getDeveloperOrg() - Method in MavenPush
 -  
Returns developer organization.
 
- getDeveloperOrgUrl() - Method in MavenPush
 -  
Returns developer organization url.
 
- getDeveloperRoles() - Method in MavenPush
 -  
Returns array of developer roles.
 
- getDevelopers() - Method in MavenPush
 -  
Returns array of developers (id, name and email for each developer). 
 
- getDeveloperTimezone() - Method in MavenPush
 -  
Returns developer timezone.
 
- getDeveloperUrl() - Method in MavenPush
 -  
Returns developer url.
 
- getDistDownloadUrl() - Method in MavenPush
 -  
Returns the url of the repository from whence another POM
 may point to in order to grab this POM's artifact.
 
- getDoclintCheck() - Method in MavenPush
 -  
Checks if doclint check on Javadoc generation must be enable.
 
- getDokkaFatJarVersion() - Method in MavenPush
 -  
Returns Dokka fatjar version
 
- getDokkaOutputFormat() - Method in MavenPush
 -  
Returns Dokka output format
 
- getFatjarArtifact() - Method in MavenPush
 -  
Checks if fatjar artifact must be generated.
 
- getIssueSystem() - Method in MavenPush
 -  
Returns issue tracking system.
 
- getIssueSystemUrl() - Method in MavenPush
 -  
Returns issue tracking system url.
 
- getJavaAPISpecificationLink(String) - Method in MavenPushUtils
 -  
Returns Java API specification link.
 
- getJavadocCharSet() - Method in MavenPush
 -  
Returns Javadoc charset.
 
- getJavadocDocEncoding() - Method in MavenPush
 -  
Returns Javadoc doc encoding.
 
- getJavadocEncoding() - Method in MavenPush
 -  
Returns Javadoc encoding.
 
- getMailingLists() - Method in MavenPush
 -  
Returns array of mailing lists (name, subscribe email and unsubscribe email for each mailing list). 
 
- getOrg() - Method in MavenPush
 -  
Returns organization.
 
- getOrgUrl() - Method in MavenPush
 -  
Returns organization url.
 
- getPomArtifactId() - Method in MavenPush
 -  
Returns Artifact ID.
 
- getPomArtifactUrl() - Method in MavenPush
 -  
Returns Artifact URL.
 
- getPomDescription() - Method in MavenPush
 -  
Returns library description.
 
- getPomGroupId() - Method in MavenPush
 -  
Returns Group ID.
 
- getPomInceptionYear() - Method in MavenPush
 -  
Returns inception year.
 
- getPomLicenseComments() - Method in MavenPush
 -  
Returns licence comments.
 
- getPomLicenseDist() - Method in MavenPush
 -  
Returns licence dist.
 
- getPomLicenseName() - Method in MavenPush
 -  
Returns licence name.
 
- getPomLicenseUrl() - Method in MavenPush
 -  
Returns licence url.
 
- getPomName() - Method in MavenPush
 -  
Returns library name.
 
- getPomPackaging() - Method in MavenPush
 -  
Returns packaging.
 
- getPomScmConnection() - Method in MavenPush
 -  
Returns connection element convey to how one is to connect to the version control system through Maven.
 
- getPomScmDevConnection() - Method in MavenPush
 -  
Returns connection element convey to how one is to connect to the version control system through Maven.
 
- getPomScmTag() - Method in MavenPush
 -  
Returns the tag that your project lives under.
 
- getPomScmUrl() - Method in MavenPush
 -  
Returns library publicly browsable repository url.
 
- getPomUniqueVersion() - Method in MavenPush
 -  
Checks if unique snapshots must be enable.
 
- getPomUrl() - Method in MavenPush
 -  
Returns library url.
 
- getPomVersionName() - Method in MavenPush
 -  
Returns version name.
 
- getReleaseRepositoryUrl() - Method in MavenPush
 -  
Returns release repository url.
 
- getRepositories() - Method in MavenPush
 -  
Returns array of repositories (id and url for each repository). 
 
- getRepositoryPassword() - Method in MavenPush
 -  
Returns repository password (API Key for JCenter).
 
- getRepositoryUsername() - Method in MavenPush
 -  
Returns repository username.
 
- getSnapshotRepositoryUrl() - Method in MavenPush
 -  
Returns snapshot repository url.
 
- getVarArtifact() - Method in MavenPush
 -  
Checks if var artifact must be generated.