|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nirima.jenkins.repo.AbstractRepositoryElement<T>
public abstract class AbstractRepositoryElement<T>
| Field Summary | |
|---|---|
T |
item
|
protected RepositoryElement |
parent
|
| Constructor Summary | |
|---|---|
protected |
AbstractRepositoryElement(RepositoryElement parent,
T item)
|
| Method Summary | |
|---|---|
abstract 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 |
| Field Detail |
|---|
public T item
protected RepositoryElement parent
| Constructor Detail |
|---|
protected AbstractRepositoryElement(RepositoryElement parent,
T item)
| Method Detail |
|---|
public RepositoryElement getParent()
public java.lang.String getPath()
public abstract java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||