com.nirima.jenkins.repo.build
Class ProjectBuildRepositoryRoot

java.lang.Object
  extended by com.nirima.jenkins.repo.AbstractRepositoryElement
      extended by com.nirima.jenkins.repo.AbstractRepositoryDirectory
          extended by com.nirima.jenkins.repo.build.ProjectBuildRepositoryRoot
All Implemented Interfaces:
RepositoryDirectory, RepositoryElement

public class ProjectBuildRepositoryRoot
extends AbstractRepositoryDirectory
implements RepositoryDirectory


Field Summary
protected  hudson.model.Run item
           
 
Fields inherited from class com.nirima.jenkins.repo.AbstractRepositoryElement
parent
 
Constructor Summary
ProjectBuildRepositoryRoot(RepositoryDirectory parent, hudson.model.Run item, java.lang.String name)
           
 
Method Summary
 java.util.Collection<? extends RepositoryElement> getChildren()
           
 java.lang.String getName()
           
 
Methods inherited from class com.nirima.jenkins.repo.AbstractRepositoryDirectory
getChild
 
Methods inherited from class com.nirima.jenkins.repo.AbstractRepositoryElement
getParent, getPath, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.nirima.jenkins.repo.RepositoryDirectory
getChild
 
Methods inherited from interface com.nirima.jenkins.repo.RepositoryElement
getParent, getPath, setParent
 

Field Detail

item

protected hudson.model.Run item
Constructor Detail

ProjectBuildRepositoryRoot

public ProjectBuildRepositoryRoot(RepositoryDirectory parent,
                                  hudson.model.Run item,
                                  java.lang.String name)
Method Detail

getName

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

getChildren

public java.util.Collection<? extends RepositoryElement> getChildren()
Specified by:
getChildren in interface RepositoryDirectory
Specified by:
getChildren in class AbstractRepositoryDirectory


Copyright © 2004-2011. All Rights Reserved.