com.nirima.jenkins.repo.project
Class ProjectElement

java.lang.Object
  extended by com.nirima.jenkins.repo.AbstractRepositoryElement<T>
      extended by com.nirima.jenkins.repo.AbstractRepositoryDirectory<hudson.model.BuildableItemWithBuildWrappers>
          extended by com.nirima.jenkins.repo.project.ProjectElement
All Implemented Interfaces:
RepositoryDirectory, RepositoryElement

public class ProjectElement
extends AbstractRepositoryDirectory<hudson.model.BuildableItemWithBuildWrappers>
implements RepositoryDirectory


Field Summary
 
Fields inherited from class com.nirima.jenkins.repo.AbstractRepositoryElement
item, parent
 
Constructor Summary
ProjectElement(RepositoryDirectory parent, hudson.model.BuildableItemWithBuildWrappers project)
           
 
Method Summary
 java.util.Collection<ProjectBuildList> 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
 
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
 

Constructor Detail

ProjectElement

public ProjectElement(RepositoryDirectory parent,
                      hudson.model.BuildableItemWithBuildWrappers project)
Method Detail

getChildren

public java.util.Collection<ProjectBuildList> getChildren()
Specified by:
getChildren in interface RepositoryDirectory
Specified by:
getChildren in class AbstractRepositoryDirectory<hudson.model.BuildableItemWithBuildWrappers>

getName

public java.lang.String getName()
Specified by:
getName in interface RepositoryElement
Specified by:
getName in class AbstractRepositoryElement<hudson.model.BuildableItemWithBuildWrappers>


Copyright © 2004-2011. All Rights Reserved.