|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.artifacts.PublishInstruction
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(java.lang.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 | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
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.
Method Detail |
---|
@Override public boolean equals(java.lang.Object o)
public File getDescriptorDestination()
@Override public int hashCode()
public boolean isUploadDescriptor()
Groovy Documentation