com.nirima.jenkins.repo.project
Class ProjectsElement

java.lang.Object
  extended by com.nirima.jenkins.repo.project.ProjectsElement
All Implemented Interfaces:
RepositoryDirectory, RepositoryElement

public class ProjectsElement
extends java.lang.Object
implements RepositoryDirectory


Constructor Summary
ProjectsElement()
           
 
Method Summary
 RepositoryElement getChild(java.lang.String element)
           
 java.util.Collection<ProjectElement> getChildren()
           
 java.lang.String getName()
           
 RepositoryElement getParent()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectsElement

public ProjectsElement()
Method Detail

getChildren

public java.util.Collection<ProjectElement> getChildren()
Specified by:
getChildren in interface RepositoryDirectory

getChild

public RepositoryElement getChild(java.lang.String element)
Specified by:
getChild in interface RepositoryDirectory

getName

public java.lang.String getName()
Specified by:
getName in interface RepositoryElement

getParent

public RepositoryElement getParent()
Specified by:
getParent in interface RepositoryElement

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RepositoryElement


Copyright © 2004-2011. All Rights Reserved.