| Method and Description |
|---|
| hudson.ivy.IvyModuleSet.getBuildWrappers()
as of 1.335
Use
IvyModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject. |
| hudson.ivy.IvyReporter.getProjectAction(IvyModule)
as of 1.21
Use
IvyReporter.getProjectActions(IvyModule) instead. |
| hudson.ivy.IvyModule.getWorkspaceResource()
as of 1.319 in
AbstractProject. |
| hudson.ivy.IvyReporterDescriptor.newInstance(StaplerRequest) |
| hudson.ivy.IvyModule.setLogRotator(LogRotator)
Not allowed to configure log rotation per module.
|
| Constructor and Description |
|---|
| hudson.ivy.IvyBuildTrigger(String, String) |