Uses of Interface
com.nirima.jenkins.repo.RepositoryElement

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(String element)
           
 RepositoryElement AbstractRepositoryDirectory.getChild(String element)
           
abstract  RepositoryElement RepositoryExtensionPoint.getRepositoryRoot(RootElement rootElement)
           
 

Methods in com.nirima.jenkins.repo that return types with arguments of type RepositoryElement
 Collection<? extends RepositoryElement> RootElement.getChildren()
           
 Collection<? extends RepositoryElement> RepositoryDirectory.getChildren()
           
abstract  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  Map<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(String element)
           
 

Methods in com.nirima.jenkins.repo.build that return types with arguments of type RepositoryElement
 Collection<? extends RepositoryElement> ProjectBuildRepositoryRoot.getChildren()
           
 Collection<? extends RepositoryElement> DirectoryRepositoryItem.getChildren()
           
protected  Map<String,RepositoryElement> PopulateOnDemandDirectoryRepositoryItem.getItems()
           
protected  Map<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(String element)
           
 

Methods in com.nirima.jenkins.repo.project that return types with arguments of type RepositoryElement
 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.
 



Copyright © 2004-2011. All Rights Reserved.