Package org.sonar.api.ce.posttask
Interface Project
-
public interface Project- Since:
- 5.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()The key of the project.java.lang.StringgetName()The name of the project.java.lang.StringgetUuid()The UUID of the project.
-