JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.api.publish.maven
MavenPomOrganization
Contents
Description
Method Summary
Method Details
getName()
getUrl()
Hide sidebar
Show sidebar
Interface MavenPomOrganization
public interface
MavenPomOrganization
The organization of a Maven publication.
Since:
4.8
See Also:
MavenPom
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Property
<
String
>
getName
()
The name of this organization.
Property
<
String
>
getUrl
()
The URL of this organization.
Method Details
getName
Property
<
String
>
getName
()
The name of this organization.
getUrl
Property
<
String
>
getUrl
()
The URL of this organization.