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.project   
 

Uses of RepositoryElement in com.nirima.jenkins.repo
 

Subinterfaces of RepositoryElement in com.nirima.jenkins.repo
 interface RepositoryContent
           
 interface RepositoryDirectory
           
 

Fields in com.nirima.jenkins.repo declared as RepositoryElement
protected  RepositoryElement AbstractRepositoryElement.parent
           
 

Methods in com.nirima.jenkins.repo that return RepositoryElement
 RepositoryElement RepositoryDirectory.getChild(java.lang.String element)
           
 RepositoryElement AbstractRepositoryDirectory.getChild(java.lang.String element)
           
 RepositoryElement RepositoryElement.getParent()
           
 RepositoryElement AbstractRepositoryElement.getParent()
           
 

Methods in com.nirima.jenkins.repo that return types with arguments of type RepositoryElement
 java.util.Collection<? extends RepositoryElement> RepositoryDirectory.getChildren()
           
abstract  java.util.Collection<? extends RepositoryElement> AbstractRepositoryDirectory.getChildren()
           
 

Constructors in com.nirima.jenkins.repo with parameters of type RepositoryElement
AbstractRepositoryDirectory(RepositoryElement parent, T item)
           
AbstractRepositoryElement(RepositoryElement parent, T item)
           
 

Uses of RepositoryElement in com.nirima.jenkins.repo.build
 

Classes in com.nirima.jenkins.repo.build that implement RepositoryElement
 class ArtifactRepositoryItem
          Created by IntelliJ IDEA.
 class DirectoryRepositoryItem
          Represent a directory
 class FileRepositoryItem
           
 class PathRepositoryItem
           
 class ProjectBuildRepositoryRoot
           
 

Methods in com.nirima.jenkins.repo.build that return RepositoryElement
protected  RepositoryElement DirectoryRepositoryItem.add(RepositoryElement dirElement)
           
 RepositoryElement PathRepositoryItem.getChild(java.lang.String element)
           
 RepositoryElement DirectoryRepositoryItem.getChild(java.lang.String element)
           
 RepositoryElement PathRepositoryItem.getParent()
           
 

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<RepositoryElement> PathRepositoryItem.getChildren()
           
 java.util.Collection<? extends RepositoryElement> DirectoryRepositoryItem.getChildren()
           
 

Methods in com.nirima.jenkins.repo.build with parameters of type RepositoryElement
protected  RepositoryElement DirectoryRepositoryItem.add(RepositoryElement dirElement)
           
 

Constructors in com.nirima.jenkins.repo.build with parameters of type RepositoryElement
DirectoryRepositoryItem(RepositoryElement parent, java.lang.String item)
           
FileRepositoryItem(RepositoryElement parent, java.io.File item, java.lang.String name)
           
PathRepositoryItem(java.lang.String name, RepositoryElement parent)
           
ProjectBuildRepositoryRoot(RepositoryElement parent, hudson.model.Run item, java.lang.String name)
           
 

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)
           
 RepositoryElement ProjectsElement.getParent()
           
 

Constructors in com.nirima.jenkins.repo.project with parameters of type RepositoryElement
ProjectBuildList(RepositoryElement parent, hudson.model.BuildableItemWithBuildWrappers item, ProjectBuildList.Type type)
           
 



Copyright © 2004-2011. All Rights Reserved.