Package com._1c.g5.v8.dt.team
Interface IIssueDescriptor
- All Known Subinterfaces:
IGitBranchIssueDescriptor
- All Known Implementing Classes:
GitBranchIssueDescriptor
,IssueDescriptor
public interface IIssueDescriptor
IIssueDescriptor
describes development process issue.- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the development issue unique string identifier.org.eclipse.core.resources.IProject
Returns the owner project of the issue.
-
Method Details
-
getId
String getId()Returns the development issue unique string identifier.- Returns:
- the development issue unique string identifier, never
null
-
getProject
org.eclipse.core.resources.IProject getProject()Returns the owner project of the issue.- Returns:
- the owner project of the issue, never
null
-