-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.unbrokendome.gradle.plugins.helm.dsl.credentials.CredentialsContainer,org.unbrokendome.gradle.plugins.helm.publishing.dsl.HelmPublishingRepository
public interface NexusHelmPublishingRepository implements HelmPublishingRepository
-
-
Method Summary
Modifier and Type Method Description abstract Property<String>getRepository()Helm repository name. abstract Property<String>getApiVersion()Version of nexus API. -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class org.unbrokendome.gradle.plugins.helm.dsl.credentials.CredentialsContainer
credentials, credentials, credentials, credentials, getConfiguredCredentials, getCredentials, getCredentials -
Methods inherited from class org.unbrokendome.gradle.plugins.helm.publishing.dsl.HelmPublishingRepository
getUrl -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRepository
abstract Property<String> getRepository()
Helm repository name.
Defaults empty string.
-
getApiVersion
abstract Property<String> getApiVersion()
Version of nexus API.
Defaults to
v1.
-
-
-
-