Uses of Interface
com._1c.g5.v8.dt.team.IIssueDescriptor
-
Packages that use IIssueDescriptor Package Description com._1c.g5.v8.dt.team com._1c.g5.v8.dt.team.git.infobases -
-
Uses of IIssueDescriptor in com._1c.g5.v8.dt.team
Methods in com._1c.g5.v8.dt.team that return IIssueDescriptor Modifier and Type Method Description IIssueDescriptor
IDevelopmentProcessManager. 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 IIssueDescriptor Modifier and Type Method Description Optional<IIssueDescriptor>
IDevelopmentProcessManager. get(String id, org.eclipse.core.resources.IProject project)
Returns the development issue descriptor with the provided identifier.Collection<IIssueDescriptor>
IDevelopmentProcessManager. getAll(org.eclipse.core.resources.IProject project)
Returns a collection of all current development issue descriptors.Collection<IIssueDescriptor>
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 IIssueDescriptor Modifier and Type Method Description void
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.infobases Modifier and Type Interface Description interface
IGitBranchIssueDescriptor
Extension ofIIssueDescriptor
based on the Git branch.
-