wbs_view_draft

package
v1.0.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const APIPathSwitchBackToWbsViewDraft = "/open_api/:project_key/wbs_view_draft/switch"
View Source
const APIPathWbsCollaborationPublish = "/open_api/:project_key/wbs_view_draft/publish"
View Source
const APIWBSUpdateDraftFrozenRows = "/open_api/:project_key/wbs_view_draft/update/frozen_rows"

Variables

This section is empty.

Functions

This section is empty.

Types

type OAPIWBSUpdateDraftFrozenRowsReq added in v1.0.12

type OAPIWBSUpdateDraftFrozenRowsReq struct {
	// contains filtered or unexported fields
}

type OAPIWBSUpdateDraftFrozenRowsReqBody added in v1.0.12

type OAPIWBSUpdateDraftFrozenRowsReqBody struct {
	WorkItemID *int64 `json:"work_item_id,omitempty"`

	DraftID *string `json:"draft_id,omitempty"`

	UpdateType *int32 `json:"update_type,omitempty"`

	CommitID *string `json:"commit_id,omitempty"`
}

type OAPIWBSUpdateDraftFrozenRowsReqBuilder added in v1.0.12

type OAPIWBSUpdateDraftFrozenRowsReqBuilder struct {
	// contains filtered or unexported fields
}

func NewOAPIWBSUpdateDraftFrozenRowsReqBuilder added in v1.0.12

func NewOAPIWBSUpdateDraftFrozenRowsReqBuilder() *OAPIWBSUpdateDraftFrozenRowsReqBuilder

func (*OAPIWBSUpdateDraftFrozenRowsReqBuilder) Build added in v1.0.12

func (*OAPIWBSUpdateDraftFrozenRowsReqBuilder) CommitID added in v1.0.12

func (*OAPIWBSUpdateDraftFrozenRowsReqBuilder) DraftID added in v1.0.12

func (*OAPIWBSUpdateDraftFrozenRowsReqBuilder) ProjectKey added in v1.0.12

func (*OAPIWBSUpdateDraftFrozenRowsReqBuilder) UpdateType added in v1.0.12

func (*OAPIWBSUpdateDraftFrozenRowsReqBuilder) WorkItemID added in v1.0.12

type OAPIWBSUpdateDraftFrozenRowsResp added in v1.0.12

type OAPIWBSUpdateDraftFrozenRowsResp struct {
	*core.APIResp `json:"-"`
	core.CodeError
}

type SwitchBackToWbsViewDraftReq

type SwitchBackToWbsViewDraftReq struct {
	// contains filtered or unexported fields
}

type SwitchBackToWbsViewDraftReqBody

type SwitchBackToWbsViewDraftReqBody struct {
	WorkItemID int64  `json:"work_item_id"`
	DraftID    string `json:"draft_id"`
	CommitID   string `json:"commit_id"`
}

type SwitchBackToWbsViewDraftReqBuilder

type SwitchBackToWbsViewDraftReqBuilder struct {
	// contains filtered or unexported fields
}

func NewSwitchBackToWbsViewDraftReqBuilder

func NewSwitchBackToWbsViewDraftReqBuilder() *SwitchBackToWbsViewDraftReqBuilder

func (*SwitchBackToWbsViewDraftReqBuilder) Build

func (*SwitchBackToWbsViewDraftReqBuilder) CommitID added in v1.0.12

func (*SwitchBackToWbsViewDraftReqBuilder) DraftID

func (*SwitchBackToWbsViewDraftReqBuilder) ProjectKey

func (*SwitchBackToWbsViewDraftReqBuilder) WorkItemID

type SwitchBackToWbsViewDraftResp

type SwitchBackToWbsViewDraftResp struct {
	*core.APIResp `json:"-"`
	core.CodeError
	Data *WbsViewDraftRespData `json:"data"`
}

type WbsCollaborationPublishReq

type WbsCollaborationPublishReq struct {
	// contains filtered or unexported fields
}

type WbsCollaborationPublishReqBody

type WbsCollaborationPublishReqBody struct {
	WorkItemID int64  `json:"work_item_id"`
	DraftID    string `json:"draft_id"`
	CommitID   string `json:"commit_id"`
}

type WbsCollaborationPublishReqBuilder

type WbsCollaborationPublishReqBuilder struct {
	// contains filtered or unexported fields
}

func NewWbsCollaborationPublishReqBuilder

func NewWbsCollaborationPublishReqBuilder() *WbsCollaborationPublishReqBuilder

func (*WbsCollaborationPublishReqBuilder) Build

func (*WbsCollaborationPublishReqBuilder) CommitID added in v1.0.12

func (*WbsCollaborationPublishReqBuilder) DraftID

func (*WbsCollaborationPublishReqBuilder) ProjectKey

func (*WbsCollaborationPublishReqBuilder) WorkItemID

type WbsCollaborationPublishResp

type WbsCollaborationPublishResp struct {
	*core.APIResp `json:"-"`
	core.CodeError
	Data *WbsViewDraftRespData `json:"data"`
}

type WbsViewDraftRespData

type WbsViewDraftRespData struct {
	Success bool `json:"success"`
}

type WbsViewDraftService

type WbsViewDraftService struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(config *core.Config) *WbsViewDraftService

func (*WbsViewDraftService) OAPIWBSUpdateDraftFrozenRows added in v1.0.12

* @name: OAPIWBSUpdateDraftFrozenRows * @desc: 更新草稿的冻结行

func (*WbsViewDraftService) SwitchBackToWbsViewDraft

SwitchBackToWbsViewDraft 审批拒绝切回草稿

func (*WbsViewDraftService) WbsCollaborationPublish

WbsCollaborationPublish 计划表基于草稿发布

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL