Documentation ¶
Index ¶
- type GSHelper
- func (h *GSHelper) GetBurnoutChartDimension() string
- func (h *GSHelper) GetBurnoutChartType() []string
- func (h *GSHelper) GetIssueList() []dao.IssueItem
- func (h *GSHelper) GetIssueStageList() []apistructs.IssueStage
- func (h *GSHelper) GetIssueStateList() []dao.IssueState
- func (h *GSHelper) GetIteration() apistructs.Iteration
- func (h *GSHelper) GetMembers() []apistructs.Member
- func (h *GSHelper) GetStackChartType() string
- func (h *GSHelper) SetBurnoutChartDimension(t string)
- func (h *GSHelper) SetBurnoutChartType(t []string)
- func (h *GSHelper) SetIssueList(l []dao.IssueItem)
- func (h *GSHelper) SetIssueStageList(l []apistructs.IssueStage)
- func (h *GSHelper) SetIssueStateList(l []dao.IssueState)
- func (h *GSHelper) SetIteration(l apistructs.Iteration)
- func (h *GSHelper) SetMembers(l []apistructs.Member)
- func (h *GSHelper) SetStackChartType(t string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GSHelper ¶
type GSHelper struct {
// contains filtered or unexported fields
}
func NewGSHelper ¶
func NewGSHelper(gs *cptype.GlobalStateData) *GSHelper
func (*GSHelper) GetBurnoutChartDimension ¶
func (*GSHelper) GetBurnoutChartType ¶
func (*GSHelper) GetIssueList ¶
func (*GSHelper) GetIssueStageList ¶
func (h *GSHelper) GetIssueStageList() []apistructs.IssueStage
func (*GSHelper) GetIssueStateList ¶
func (h *GSHelper) GetIssueStateList() []dao.IssueState
func (*GSHelper) GetIteration ¶
func (h *GSHelper) GetIteration() apistructs.Iteration
func (*GSHelper) GetMembers ¶
func (h *GSHelper) GetMembers() []apistructs.Member
func (*GSHelper) GetStackChartType ¶
func (*GSHelper) SetBurnoutChartDimension ¶
func (*GSHelper) SetBurnoutChartType ¶
func (*GSHelper) SetIssueList ¶
func (*GSHelper) SetIssueStageList ¶
func (h *GSHelper) SetIssueStageList(l []apistructs.IssueStage)
func (*GSHelper) SetIssueStateList ¶
func (h *GSHelper) SetIssueStateList(l []dao.IssueState)
func (*GSHelper) SetIteration ¶
func (h *GSHelper) SetIteration(l apistructs.Iteration)
func (*GSHelper) SetMembers ¶
func (h *GSHelper) SetMembers(l []apistructs.Member)
func (*GSHelper) SetStackChartType ¶
Click to show internal directories.
Click to hide internal directories.