|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurablePublishArtifact
A PublishArtifact whose properties can be modified.
| Method Summary | |
|---|---|
ConfigurablePublishArtifact |
builtBy(Object... tasks)
Registers some tasks which build this artifact. |
void |
setClassifier(String classifier)
Sets the classifier of this artifact. |
void |
setExtension(String extension)
Sets the extension of this artifact. |
void |
setName(String name)
Sets the name of this artifact. |
void |
setType(String type)
Sets the type of this artifact. |
| Methods inherited from interface org.gradle.api.artifacts.PublishArtifact |
|---|
getClassifier, getDate, getExtension, getFile, getName, getType |
| Methods inherited from interface org.gradle.api.Buildable |
|---|
getBuildDependencies |
| Method Detail |
|---|
void setName(String name)
name - The name. Should not be null.void setExtension(String extension)
extension - The extension. Should not be null.void setType(String type)
type - The type. Should not be null.void setClassifier(String classifier)
classifier - The classifier. May be null.ConfigurablePublishArtifact builtBy(Object... tasks)
tasks - The tasks. These are evaluated as for Task.dependsOn(Object...).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||