public abstract class AbstractPublishArtifact extends Object implements PublishArtifact
| Constructor and Description |
|---|
AbstractPublishArtifact(Object... tasks) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPublishArtifact |
builtBy(Object... tasks) |
TaskDependency |
getBuildDependencies()
Returns a dependency which contains the tasks which build this artifact.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClassifier, getDate, getExtension, getFile, getName, getTypepublic AbstractPublishArtifact(Object... tasks)
public TaskDependency getBuildDependencies()
BuildableBuildable implementations
must ensure that the returned dependency object is live, so that it tracks changes to the dependencies of this
buildable.getBuildDependencies in interface Buildablepublic AbstractPublishArtifact builtBy(Object... tasks)
Copyright © 2013. All rights reserved