|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IvyModule | |
|---|---|
| hudson.ivy | |
| Uses of IvyModule in hudson.ivy |
|---|
| Fields in hudson.ivy declared as IvyModule | |
|---|---|
IvyModule |
IvyModuleSet.BecauseOfModuleBuildInProgress.module
|
| Methods in hudson.ivy that return IvyModule | |
|---|---|
IvyModule |
IvyModuleSet.getItem(String name)
|
IvyModule |
IvyModuleSet.getModule(String name)
|
IvyModule |
IvyBuild.getParent()
|
| Methods in hudson.ivy that return types with arguments of type IvyModule | |
|---|---|
protected Collection<IvyModule> |
IvyModule.getAllIvyModules()
Returns all Ivy modules in this Jenkins instance. |
List<IvyModule> |
IvyModuleSet.getDisabledModules(boolean disabled)
Possibly empty list of all disabled modules (if disabled==true) or all enabeld modules (if disabled==false) |
Collection<IvyModule> |
IvyModuleSet.getItems()
|
Map<IvyModule,List<IvyBuild>> |
IvyModuleSetBuild.getModuleBuilds()
Computes the module builds that correspond to this build. |
Map<IvyModule,IvyBuild> |
IvyModuleSetBuild.getModuleLastBuilds()
Computes the latest module builds that correspond to this build. |
Collection<IvyModule> |
IvyModuleSet.getModules()
|
| Methods in hudson.ivy with parameters of type IvyModule | |
|---|---|
hudson.model.Action |
IvyReporter.getProjectAction(IvyModule module)
Deprecated. as of 1.21 Use IvyReporter.getProjectActions(IvyModule) instead. |
Collection<? extends hudson.model.Action> |
IvyReporter.getProjectActions(IvyModule module)
Equivalent of BuildStep.getProjectActions(AbstractProject)
for IvyReporter. |
File |
IvyModuleSet.getRootDirFor(IvyModule child)
|
IvyReporter |
IvyReporterDescriptor.newAutoInstance(IvyModule module)
Returns an instance used for automatic IvyReporter activation. |
void |
IvyModuleSet.onDeleted(IvyModule item)
|
void |
IvyModuleSet.onRenamed(IvyModule item,
String oldName,
String newName)
|
| Method parameters in hudson.ivy with type arguments of type IvyModule | |
|---|---|
IvyAggregatedReport |
AggregatableAction.createAggregatedAction(IvyModuleSetBuild build,
Map<IvyModule,List<IvyBuild>> moduleBuilds)
Creates Action to be contributed to IvyModuleSetBuild. |
void |
IvyAggregatedReport.update(Map<IvyModule,List<IvyBuild>> moduleBuilds,
IvyBuild newBuild)
Called whenever a new module build is completed, to update the aggregated report. |
| Constructors in hudson.ivy with parameters of type IvyModule | |
|---|---|
IvyBuild(IvyModule job)
|
|
IvyBuild(IvyModule job,
Calendar timestamp)
|
|
IvyBuild(IvyModule project,
File buildDir)
|
|
IvyModuleSet.BecauseOfModuleBuildInProgress(IvyModule module)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||