Uses of Interface
ch.ivyteam.ivy.project.IIvyProject
-
Packages that use IIvyProject Package Description ch.ivyteam.ivy.deployment -
-
Uses of IIvyProject in ch.ivyteam.ivy.deployment
Methods in ch.ivyteam.ivy.deployment that return IIvyProject Modifier and Type Method Description IIvyProject
ProjectDeploymentValidator. prepareIvyProject(File projectDirectory, IApplication application, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Uses the project under projectDirectory to mock a project which is not yet deployed.IIvyProject
ProjectDeploymentValidator. prepareIvyProject(File projectDirectory, IProcessModel processModel, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Uses the project under projectDirectory to mock a project which is not yet deployed.IIvyProject
ProjectDeploymentValidator. prepareIvyProject(File projectDirectory, IProcessModelVersion targetPmv, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Uses the project under projectDirectory to mock a project which is not yet deployed.Methods in ch.ivyteam.ivy.deployment with parameters of type IIvyProject Modifier and Type Method Description List<ch.ivyteam.ivy.deployment.restricted.IProjectDeploymentValidationIssue>
ProjectDeploymentValidator. validate(IIvyProject project, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Validates theIIvyProject
and returns a list containing anIProjectDeploymentValidationIssue
for each issue found.
-