Package com.atlassian.bamboo.ww2
Class FreemarkerContext.WebSectionDto
- java.lang.Object
-
- com.atlassian.bamboo.ww2.FreemarkerContext.WebSectionDto
-
- Enclosing class:
- FreemarkerContext
public static class FreemarkerContext.WebSectionDto extends Object
-
-
Constructor Summary
Constructors Constructor Description WebSectionDto(com.atlassian.plugin.web.api.WebSection webSection, boolean active, List<FreemarkerContext.WebItemDto> items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FreemarkerContext.WebItemDto>
getItems()
com.atlassian.plugin.web.api.WebSection
getWebSection()
boolean
isActive()
-
-
-
Constructor Detail
-
WebSectionDto
public WebSectionDto(com.atlassian.plugin.web.api.WebSection webSection, boolean active, List<FreemarkerContext.WebItemDto> items)
-
-
Method Detail
-
getWebSection
public com.atlassian.plugin.web.api.WebSection getWebSection()
-
isActive
public boolean isActive()
-
getItems
public List<FreemarkerContext.WebItemDto> getItems()
-
-