Interface CustomHelmPublishingRepository
-
- All Implemented Interfaces:
-
io.github.build.extensions.oss.gradle.plugins.helm.dsl.credentials.CredentialsContainer,io.github.build.extensions.oss.gradle.plugins.helm.publishing.dsl.HelmPublishingRepository,org.gradle.api.Named
public interface CustomHelmPublishingRepository implements HelmPublishingRepository
-
-
Method Summary
Modifier and Type Method Description abstract Property<String>getUploadMethod()abstract Property<String>getUploadPath()abstract Property<Boolean>getMultipartForm()abstract Property<URI>getUrl()abstract Provider<Credentials>getConfiguredCredentials()-
Methods inherited from class io.github.build.extensions.oss.gradle.plugins.helm.dsl.credentials.CredentialsContainer
credentials, credentials, getCredentials, getCredentials -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUploadMethod
abstract Property<String> getUploadMethod()
-
getUploadPath
abstract Property<String> getUploadPath()
-
getMultipartForm
abstract Property<Boolean> getMultipartForm()
-
getConfiguredCredentials
abstract Provider<Credentials> getConfiguredCredentials()
-
-
-
-