|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntriesContainer | |
|---|---|
| hudson.plugins.serenitec | |
| hudson.plugins.serenitec.util | |
| hudson.plugins.serenitec.util.model | |
| Uses of EntriesContainer in hudson.plugins.serenitec |
|---|
| Methods in hudson.plugins.serenitec that return EntriesContainer | |
|---|---|
EntriesContainer |
SerenitecResult.getContainer()
|
| Methods in hudson.plugins.serenitec with parameters of type EntriesContainer | |
|---|---|
void |
SerenitecResult.initialize(hudson.model.AbstractBuild<?,?> build,
Project project,
EntriesContainer previousProject)
|
| Constructors in hudson.plugins.serenitec with parameters of type EntriesContainer | |
|---|---|
SerenitecResult(hudson.model.AbstractBuild<?,?> build,
Project project,
EntriesContainer previousProject)
Creates a new instance of SerenitecResult. |
|
| Uses of EntriesContainer in hudson.plugins.serenitec.util |
|---|
| Subclasses of EntriesContainer in hudson.plugins.serenitec.util | |
|---|---|
class |
Project
|
| Methods in hudson.plugins.serenitec.util that return types with arguments of type EntriesContainer | |
|---|---|
protected java.util.Collection<? extends EntriesContainer> |
Project.getChildren()
Returns the children containers of this container. |
| Uses of EntriesContainer in hudson.plugins.serenitec.util.model |
|---|
| Subclasses of EntriesContainer in hudson.plugins.serenitec.util.model | |
|---|---|
class |
MavenModule
A serializable Java Bean class representing a maven module. |
class |
Package
A serializable Java Bean class representing a Java package. |
| Methods in hudson.plugins.serenitec.util.model that return EntriesContainer | |
|---|---|
EntriesContainer |
EntriesContainer.getContainer()
Returns this container. |
| Methods in hudson.plugins.serenitec.util.model that return types with arguments of type EntriesContainer | |
|---|---|
protected java.util.Collection<? extends EntriesContainer> |
Package.getChildren()
|
protected java.util.Collection<? extends EntriesContainer> |
MavenModule.getChildren()
Returns the children containers of this container. |
protected abstract java.util.Collection<? extends EntriesContainer> |
EntriesContainer.getChildren()
Returns the children containers of this container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||