Package com._1c.g5.v8.dt.team
Interface IIssueDescriptor
-
- All Known Subinterfaces:
IGitBranchIssueDescriptor
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the development issue unique string identifier.org.eclipse.core.resources.IProject
getProject()
Returns the owner project of the issue.
-
-
-
Method Detail
-
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
-
-