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 TypeMethodDescriptionvoid
DevelopmentProcessManager.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 TypeMethodDescriptionvoid
GitBranchProcessContributor.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 TypeMethodDescriptionvoid
DeleteInfobaseProcessContributor.delete
(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) void
DissociateInfobaseProcessContributor.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 TypeMethodDescriptionvoid
CopyInfobaseProcessContributor.delete
(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) void
EmptyInfobaseProcessContributor.delete
(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) void
ExistingInfobaseProcessContributor.delete
(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) void
RestoreDatabaseFileInfobaseProcessContributor.delete
(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) void
RestoreDumpInfobaseProcessContributor.delete
(IIssueDescriptor issue, org.eclipse.core.resources.IProject project, DevelopmentOptions options, org.eclipse.core.runtime.IProgressMonitor monitor) void
SourceBranchInfobaseProcessContributor.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 TypeMethodDescriptionvoid
IDevelopmentProcessContributor.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.void
IDevelopmentProcessManager.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 TypeInterfaceDescriptioninterface
Extension ofIIssueDescriptor
based on the Git branch.