Uses of Interface
com._1c.g5.v8.dt.team.IIssueDescriptor
Packages that use IIssueDescriptor
Package
Description
-
Uses of IIssueDescriptor in com._1c.g5.v8.dt.internal.team
Classes in com._1c.g5.v8.dt.internal.team that implement IIssueDescriptorMethods in com._1c.g5.v8.dt.internal.team that return IIssueDescriptorModifier and TypeMethodDescriptionDevelopmentProcessManager.create(String name, org.eclipse.core.resources.IProject project, IIssueType issueType, IDeploymentType deploymentType, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) Methods in com._1c.g5.v8.dt.internal.team that return types with arguments of type IIssueDescriptorModifier and TypeMethodDescriptionDevelopmentProcessManager.getAll(org.eclipse.core.resources.IProject project) Methods in com._1c.g5.v8.dt.internal.team with parameters of type IIssueDescriptorModifier and TypeMethodDescriptionvoidDevelopmentProcessManager.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IIssueDescriptor in com._1c.g5.v8.dt.internal.team.git
Methods in com._1c.g5.v8.dt.internal.team.git with parameters of type IIssueDescriptorModifier and TypeMethodDescriptionvoidGitBranchProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IIssueDescriptor in com._1c.g5.v8.dt.internal.team.git.infobases
Classes in com._1c.g5.v8.dt.internal.team.git.infobases that implement IIssueDescriptorMethods in com._1c.g5.v8.dt.internal.team.git.infobases that return types with arguments of type IIssueDescriptorModifier and TypeMethodDescriptionGitBranchProcessSupplier.getAll(org.eclipse.core.resources.IProject project) Methods in com._1c.g5.v8.dt.internal.team.git.infobases with parameters of type IIssueDescriptorModifier and TypeMethodDescriptionvoidDeleteInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) voidDissociateInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IIssueDescriptor in com._1c.g5.v8.dt.internal.team.infobases
Methods in com._1c.g5.v8.dt.internal.team.infobases with parameters of type IIssueDescriptorModifier and TypeMethodDescriptionvoidCopyInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) voidEmptyInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) voidExistingInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) voidRestoreDatabaseFileInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) voidRestoreDumpInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) voidSourceBranchInfobaseProcessContributor.delete(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IIssueDescriptor in com._1c.g5.v8.dt.team
Methods in com._1c.g5.v8.dt.team that return IIssueDescriptorModifier and TypeMethodDescriptionIDevelopmentProcessManager.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.Methods in com._1c.g5.v8.dt.team that return types with arguments of type IIssueDescriptorModifier and TypeMethodDescriptionReturns the development issue descriptor with the provided identifier.IDevelopmentProcessManager.getAll(org.eclipse.core.resources.IProject project) Returns a collection of all current development issue descriptors.IDevelopmentProcessSupplier.getAll(org.eclipse.core.resources.IProject project) Returns a collection of all current development issue descriptors.Methods in com._1c.g5.v8.dt.team with parameters of type IIssueDescriptorModifier and TypeMethodDescriptionvoidIDevelopmentProcessContributor.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. -
Uses of IIssueDescriptor in com._1c.g5.v8.dt.team.git.infobases
Subinterfaces of IIssueDescriptor in com._1c.g5.v8.dt.team.git.infobasesModifier and TypeInterfaceDescriptioninterfaceExtension ofIIssueDescriptorbased on the Git branch.