|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.gradle.core.RepositoryHandlerContainerImpl
class RepositoryHandlerContainerImpl
Property Summary | |
---|---|
java.util.Map |
repositories
|
java.lang.Object |
repositoryHandlerFactory
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
java.util.Map repositories
java.lang.Object repositoryHandlerFactory
Method Detail |
---|
RepositoryHandlerConfiguration build(java.lang.Object configureObject)
RepositoryHandlerConfiguration buildscript(java.lang.Object configureObject)
RepositoryHandler configure(RepositoryHandler repository, java.lang.Object repositoryHandlerConfiguration)
RepositoryHandlerConfiguration find(java.lang.String name)
java.util.Map getAll()
RepositoryHandlerConfiguration getBuild()
RepositoryHandlerConfiguration getBuildscript()
RepositoryHandlerConfiguration getPublish()
RepositoryHandlerConfiguration getRelease()
RepositoryHandlerConfiguration getSnapshotPublish()
RepositoryHandlerConfiguration getSnapshotRelease()
boolean has(java.lang.String name)
RepositoryHandlerConfiguration publish(java.lang.Object configureObject)
RepositoryHandlerConfiguration release(java.lang.Object configureObject)
RepositoryHandlerConfiguration setBuild(java.lang.Object configureObject)
RepositoryHandlerConfiguration setBuildscript(java.lang.Object configureObject)
RepositoryHandlerConfiguration setPublish(java.lang.Object configureObject)
RepositoryHandlerConfiguration setRelease(java.lang.Object configureObject)
RepositoryHandlerConfiguration setSnapshotPublish(java.lang.Object configureObject)
RepositoryHandlerConfiguration setSnapshotRelease(java.lang.Object configureObject)
RepositoryHandlerConfiguration snapshotPublish(java.lang.Object configureObject)
RepositoryHandlerConfiguration snapshotRelease(java.lang.Object configureObject)
Groovy Documentation