public class CurseExtension extends java.lang.Object implements ConfigurationContainer
| Constructor and Description |
|---|
CurseExtension(org.gradle.api.model.ObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug() |
void |
dependencies(org.gradle.api.Action<? super RelationsConfiguation> action) |
org.gradle.api.provider.Property<java.lang.String> |
getApiKey() |
org.gradle.api.provider.Property<java.lang.String> |
getChangelog() |
org.gradle.api.provider.Property<java.lang.String> |
getChangelogType() |
org.gradle.api.provider.Property<java.lang.Boolean> |
getDebug() |
org.gradle.api.provider.Property<java.lang.String> |
getDisplayName() |
org.gradle.api.provider.ListProperty<java.lang.Object> |
getGameVersions() |
org.gradle.api.provider.Property<FileArtifact> |
getMainFile() |
org.gradle.api.provider.Property<java.lang.String> |
getProjectId() |
RelationsConfiguation |
getRelationsContainer() |
org.gradle.api.provider.Property<java.lang.String> |
getReleaseType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangelog, changelogType, displayName, file, file, gameVersions, projectId, projectId, projectId, releaseType@Inject public CurseExtension(org.gradle.api.model.ObjectFactory factory)
public org.gradle.api.provider.Property<java.lang.Boolean> getDebug()
public void debug()
public org.gradle.api.provider.Property<java.lang.String> getProjectId()
getProjectId in interface ConfigurationContainerpublic org.gradle.api.provider.Property<java.lang.String> getApiKey()
public org.gradle.api.provider.Property<java.lang.String> getReleaseType()
getReleaseType in interface ConfigurationContainerpublic org.gradle.api.provider.Property<java.lang.String> getChangelog()
getChangelog in interface ConfigurationContainerpublic org.gradle.api.provider.Property<java.lang.String> getChangelogType()
getChangelogType in interface ConfigurationContainerpublic org.gradle.api.provider.ListProperty<java.lang.Object> getGameVersions()
getGameVersions in interface ConfigurationContainerpublic org.gradle.api.provider.Property<java.lang.String> getDisplayName()
getDisplayName in interface ConfigurationContainerpublic org.gradle.api.provider.Property<FileArtifact> getMainFile()
getMainFile in interface ConfigurationContainerpublic RelationsConfiguation getRelationsContainer()
public void dependencies(org.gradle.api.Action<? super RelationsConfiguation> action)