Package com.atlassian.bamboo.utils
Interface TitleProvider
-
- All Known Implementing Classes:
TaskElement
,VcsElement
public interface TitleProvider
General interface for entities providing name without ability to change it
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable String
getTitle()
-
-
-
Method Detail
-
getTitle
@Nullable @Nullable String getTitle()
-
-