Uses of Class
com._1c.g5.v8.dt.team.DevelopmentOptions
-
Packages that use DevelopmentOptions Package Description com._1c.g5.v8.dt.team com._1c.g5.v8.dt.team.settings -
-
Uses of DevelopmentOptions in com._1c.g5.v8.dt.team
Methods in com._1c.g5.v8.dt.team that return DevelopmentOptions Modifier and Type Method Description DevelopmentOptionsDevelopmentOptions. copy()Creates and returns a new copy of development options.Methods in com._1c.g5.v8.dt.team with parameters of type DevelopmentOptions Modifier and Type Method Description IIssueDescriptorIDevelopmentProcessManager. create(String name, org.eclipse.core.resources.IProject project, IIssueType issueType, IDeploymentType deploymentType, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor)Creates the new development process with the provided name and options.voidIDevelopmentProcessContributor. delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor)Contributes development process deletion work the development environment for the provided issue descriptor.voidIDevelopmentProcessManager. delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor)Deletes the development environment for the provided issue descriptor.voidIDevelopmentProcessContributor. prepare(String name, org.eclipse.core.resources.IProject project, IIssueType issueType, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor)Prepares development process contribution work to the creation process.voidIDevelopmentProcessContributor. process(String name, org.eclipse.core.resources.IProject project, IIssueType issueType, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor)Contributes development process creation work to the creation process. -
Uses of DevelopmentOptions in com._1c.g5.v8.dt.team.settings
Methods in com._1c.g5.v8.dt.team.settings that return DevelopmentOptions Modifier and Type Method Description DevelopmentOptionsIDevelopmentProcessSettings. getDevelopmentOptions()Returns associated development options.
-