|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gradle.api.artifacts.PublishInstruction
public class PublishInstruction
Uploading details for artifacts produced by a project.
| Constructor Summary | |
|---|---|
PublishInstruction()
Creates a publish instruction for not uploading an module descriptor file. |
|
PublishInstruction(boolean uploadDescriptor,
File descriptorDestination)
Creates a publish instruction. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
File |
getDescriptorDestination()
Returns the file destination where to create the ivy.xml file. |
int |
hashCode()
|
boolean |
isUploadDescriptor()
Returns whether an xml module descriptor file should be uploaded or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublishInstruction()
public PublishInstruction(boolean uploadDescriptor,
File descriptorDestination)
uploadDescriptor is set to true and the target destination
is an ivy repository, the ivy file destination needs to be specified.
uploadDescriptor - descriptorDestination - | Method Detail |
|---|
public boolean isUploadDescriptor()
public File getDescriptorDestination()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||