Package org.sonar.api.ce.posttask
Interface Branch
-
public interface Branch- Since:
- 6.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBranch.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.String>getName()Branch.TypegetType()booleanisMain()
-
-
-
Method Detail
-
isMain
boolean isMain()
-
getName
java.util.Optional<java.lang.String> getName()
-
getType
Branch.Type getType()
-
-