|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface RepositoryHandlerContainer
In all methods configureObject
can be:
String
: name of a repository within this containerRepositoryHandlerConfiguration
: another repository handlerClosure
: configuration closure (same as what RepositoryHandler takes)Method Detail |
---|
RepositoryHandlerConfiguration build(java.lang.Object configureObject)
RepositoryHandlerConfiguration buildscript(java.lang.Object configureObject)
RepositoryHandler configure(RepositoryHandler repository, java.lang.Object repositoryHandlerConfiguration)
repository
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