|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryElement | |
|---|---|
| com.nirima.jenkins.repo | |
| com.nirima.jenkins.repo.build | |
| com.nirima.jenkins.repo.fs | |
| com.nirima.jenkins.repo.project | |
| com.nirima.jenkins.repo.virtual | |
| Uses of RepositoryElement in com.nirima.jenkins.repo |
|---|
| Subinterfaces of RepositoryElement in com.nirima.jenkins.repo | |
|---|---|
interface |
RepositoryContent
|
interface |
RepositoryDirectory
|
| Classes in com.nirima.jenkins.repo that implement RepositoryElement | |
|---|---|
class |
RootElement
|
| Methods in com.nirima.jenkins.repo that return RepositoryElement | |
|---|---|
RepositoryElement |
RepositoryDirectory.getChild(java.lang.String element)
|
RepositoryElement |
AbstractRepositoryDirectory.getChild(java.lang.String element)
|
| Methods in com.nirima.jenkins.repo that return types with arguments of type RepositoryElement | |
|---|---|
java.util.Collection<? extends RepositoryElement> |
RootElement.getChildren()
|
java.util.Collection<? extends RepositoryElement> |
RepositoryDirectory.getChildren()
|
abstract java.util.Collection<? extends RepositoryElement> |
AbstractRepositoryDirectory.getChildren()
|
| Uses of RepositoryElement in com.nirima.jenkins.repo.build |
|---|
| Classes in com.nirima.jenkins.repo.build that implement RepositoryElement | |
|---|---|
class |
ArtifactRepositoryItem
Represent a maven repository item. |
class |
DirectoryRepositoryItem
Represent a directory |
class |
PopulateOnDemandDirectoryRepositoryItem
|
class |
ProjectBuildRepositoryRoot
|
class |
SimpleOnDemandItem
|
| Fields in com.nirima.jenkins.repo.build with type parameters of type RepositoryElement | |
|---|---|
protected java.util.Map<java.lang.String,RepositoryElement> |
DirectoryRepositoryItem.items
|
| Methods in com.nirima.jenkins.repo.build that return RepositoryElement | |
|---|---|
protected RepositoryElement |
DirectoryRepositoryItem.add(RepositoryElement dirElement,
boolean allowOverwrite)
|
RepositoryElement |
DirectoryRepositoryItem.getChild(java.lang.String element)
|
| Methods in com.nirima.jenkins.repo.build that return types with arguments of type RepositoryElement | |
|---|---|
java.util.Collection<? extends RepositoryElement> |
ProjectBuildRepositoryRoot.getChildren()
|
java.util.Collection<? extends RepositoryElement> |
DirectoryRepositoryItem.getChildren()
|
protected java.util.Map<java.lang.String,RepositoryElement> |
PopulateOnDemandDirectoryRepositoryItem.getItems()
|
protected java.util.Map<java.lang.String,RepositoryElement> |
DirectoryRepositoryItem.getItems()
|
| Methods in com.nirima.jenkins.repo.build with parameters of type RepositoryElement | |
|---|---|
protected RepositoryElement |
DirectoryRepositoryItem.add(RepositoryElement dirElement,
boolean allowOverwrite)
|
| Uses of RepositoryElement in com.nirima.jenkins.repo.fs |
|---|
| Classes in com.nirima.jenkins.repo.fs that implement RepositoryElement | |
|---|---|
class |
FileRepositoryItem
|
| Uses of RepositoryElement in com.nirima.jenkins.repo.project |
|---|
| Classes in com.nirima.jenkins.repo.project that implement RepositoryElement | |
|---|---|
class |
ProjectBuildList
|
class |
ProjectElement
|
class |
ProjectsElement
|
| Methods in com.nirima.jenkins.repo.project that return RepositoryElement | |
|---|---|
RepositoryElement |
ProjectsElement.getChild(java.lang.String element)
|
| Methods in com.nirima.jenkins.repo.project that return types with arguments of type RepositoryElement | |
|---|---|
java.util.Collection<? extends RepositoryElement> |
ProjectElement.getChildren()
|
| Uses of RepositoryElement in com.nirima.jenkins.repo.virtual |
|---|
| Classes in com.nirima.jenkins.repo.virtual that implement RepositoryElement | |
|---|---|
class |
AllSHA1RepositoryRoot
Represent all projects by SHA1. |
class |
VirtualRepositoryRoot
Created by IntelliJ IDEA. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||