models

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// ContentItemDtoContentItemConflictPROGRESSOFUNPLANNEDWORKITEM captures enum value "PROGRESS_OF_UNPLANNED_WORK_ITEM"
	ContentItemDtoContentItemConflictPROGRESSOFUNPLANNEDWORKITEM string = "PROGRESS_OF_UNPLANNED_WORK_ITEM"

	// ContentItemDtoContentItemConflictWORKINGONACCEPTEDITEM captures enum value "WORKING_ON_ACCEPTED_ITEM"
	ContentItemDtoContentItemConflictWORKINGONACCEPTEDITEM string = "WORKING_ON_ACCEPTED_ITEM"

	// ContentItemDtoContentItemConflictWORKITEMINPROGRESS captures enum value "WORK_ITEM_IN_PROGRESS"
	ContentItemDtoContentItemConflictWORKITEMINPROGRESS string = "WORK_ITEM_IN_PROGRESS"

	// ContentItemDtoContentItemConflictNOINFORMATION captures enum value "NO_INFORMATION"
	ContentItemDtoContentItemConflictNOINFORMATION string = "NO_INFORMATION"

	// ContentItemDtoContentItemConflictACCEPTED captures enum value "ACCEPTED"
	ContentItemDtoContentItemConflictACCEPTED string = "ACCEPTED"
)
View Source
const (

	// PhaseExecutionDtoDenyApproveReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	PhaseExecutionDtoDenyApproveReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// PhaseExecutionDtoDenyApproveReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyApproveReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyApproveReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	PhaseExecutionDtoDenyApproveReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// PhaseExecutionDtoDenyApproveReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	PhaseExecutionDtoDenyApproveReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// PhaseExecutionDtoDenyApproveReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	PhaseExecutionDtoDenyApproveReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// PhaseExecutionDtoDenyApproveReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	PhaseExecutionDtoDenyApproveReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	PhaseExecutionDtoDenyApproveReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// PhaseExecutionDtoDenyApproveReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	PhaseExecutionDtoDenyApproveReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// PhaseExecutionDtoDenyApproveReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyApproveReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyApproveReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	PhaseExecutionDtoDenyApproveReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// PhaseExecutionDtoDenyApproveReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyApproveReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// PhaseExecutionDtoDenyApproveReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyApproveReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// PhaseExecutionDtoDenyStartReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	PhaseExecutionDtoDenyStartReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// PhaseExecutionDtoDenyStartReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyStartReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyStartReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	PhaseExecutionDtoDenyStartReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// PhaseExecutionDtoDenyStartReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	PhaseExecutionDtoDenyStartReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// PhaseExecutionDtoDenyStartReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	PhaseExecutionDtoDenyStartReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// PhaseExecutionDtoDenyStartReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	PhaseExecutionDtoDenyStartReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	PhaseExecutionDtoDenyStartReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// PhaseExecutionDtoDenyStartReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	PhaseExecutionDtoDenyStartReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// PhaseExecutionDtoDenyStartReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	PhaseExecutionDtoDenyStartReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// PhaseExecutionDtoDenyStartReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	PhaseExecutionDtoDenyStartReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// PhaseExecutionDtoDenyStartReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyStartReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// PhaseExecutionDtoDenyStartReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	PhaseExecutionDtoDenyStartReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// PhaseExecutionDtoStatusDESIGN captures enum value "DESIGN"
	PhaseExecutionDtoStatusDESIGN string = "DESIGN"

	// PhaseExecutionDtoStatusRUNNING captures enum value "RUNNING"
	PhaseExecutionDtoStatusRUNNING string = "RUNNING"

	// PhaseExecutionDtoStatusRUNNINGWITHFAILURES captures enum value "RUNNING_WITH_FAILURES"
	PhaseExecutionDtoStatusRUNNINGWITHFAILURES string = "RUNNING_WITH_FAILURES"

	// PhaseExecutionDtoStatusSTOPPED captures enum value "STOPPED"
	PhaseExecutionDtoStatusSTOPPED string = "STOPPED"

	// PhaseExecutionDtoStatusDONE captures enum value "DONE"
	PhaseExecutionDtoStatusDONE string = "DONE"

	// PhaseExecutionDtoStatusDONEWITHFAILURES captures enum value "DONE_WITH_FAILURES"
	PhaseExecutionDtoStatusDONEWITHFAILURES string = "DONE_WITH_FAILURES"

	// PhaseExecutionDtoStatusAPPROVED captures enum value "APPROVED"
	PhaseExecutionDtoStatusAPPROVED string = "APPROVED"

	// PhaseExecutionDtoStatusNOTAPPROVED captures enum value "NOT_APPROVED"
	PhaseExecutionDtoStatusNOTAPPROVED string = "NOT_APPROVED"

	// PhaseExecutionDtoStatusFAILEDTORUN captures enum value "FAILED_TO_RUN"
	PhaseExecutionDtoStatusFAILEDTORUN string = "FAILED_TO_RUN"
)
View Source
const (

	// PluginServiceTemplateParameterDtoDirectionINPUTPARAMETER captures enum value "INPUT_PARAMETER"
	PluginServiceTemplateParameterDtoDirectionINPUTPARAMETER string = "INPUT_PARAMETER"

	// PluginServiceTemplateParameterDtoDirectionOUTPUTPARAMETER captures enum value "OUTPUT_PARAMETER"
	PluginServiceTemplateParameterDtoDirectionOUTPUTPARAMETER string = "OUTPUT_PARAMETER"
)
View Source
const (

	// PluginServiceTemplateParameterDtoDisplayTypeSTRING captures enum value "STRING"
	PluginServiceTemplateParameterDtoDisplayTypeSTRING string = "STRING"

	// PluginServiceTemplateParameterDtoDisplayTypePASSWORD captures enum value "PASSWORD"
	PluginServiceTemplateParameterDtoDisplayTypePASSWORD string = "PASSWORD"

	// PluginServiceTemplateParameterDtoDisplayTypeTEXTAREA captures enum value "TEXTAREA"
	PluginServiceTemplateParameterDtoDisplayTypeTEXTAREA string = "TEXTAREA"

	// PluginServiceTemplateParameterDtoDisplayTypeDROPDOWN captures enum value "DROPDOWN"
	PluginServiceTemplateParameterDtoDisplayTypeDROPDOWN string = "DROPDOWN"

	// PluginServiceTemplateParameterDtoDisplayTypeBOOLEAN captures enum value "BOOLEAN"
	PluginServiceTemplateParameterDtoDisplayTypeBOOLEAN string = "BOOLEAN"
)
View Source
const (

	// PluginServiceTemplateParameterDtoParameterMethodIMPORT captures enum value "IMPORT"
	PluginServiceTemplateParameterDtoParameterMethodIMPORT string = "IMPORT"

	// PluginServiceTemplateParameterDtoParameterMethodEXECUTION captures enum value "EXECUTION"
	PluginServiceTemplateParameterDtoParameterMethodEXECUTION string = "EXECUTION"
)
View Source
const (

	// PluginServiceTemplateParameterDtoTypeSTRING captures enum value "STRING"
	PluginServiceTemplateParameterDtoTypeSTRING string = "STRING"

	// PluginServiceTemplateParameterDtoTypePASSWORD captures enum value "PASSWORD"
	PluginServiceTemplateParameterDtoTypePASSWORD string = "PASSWORD"

	// PluginServiceTemplateParameterDtoTypeBOOLEAN captures enum value "BOOLEAN"
	PluginServiceTemplateParameterDtoTypeBOOLEAN string = "BOOLEAN"

	// PluginServiceTemplateParameterDtoTypeLISTOFSTRINGS captures enum value "LIST_OF_STRINGS"
	PluginServiceTemplateParameterDtoTypeLISTOFSTRINGS string = "LIST_OF_STRINGS"
)
View Source
const (

	// ReleaseExecutionDtoDenyStopReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	ReleaseExecutionDtoDenyStopReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// ReleaseExecutionDtoDenyStopReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	ReleaseExecutionDtoDenyStopReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// ReleaseExecutionDtoDenyStopReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	ReleaseExecutionDtoDenyStopReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// ReleaseExecutionDtoDenyStopReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	ReleaseExecutionDtoDenyStopReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// ReleaseExecutionDtoDenyStopReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	ReleaseExecutionDtoDenyStopReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// ReleaseExecutionDtoDenyStopReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	ReleaseExecutionDtoDenyStopReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	ReleaseExecutionDtoDenyStopReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// ReleaseExecutionDtoDenyStopReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	ReleaseExecutionDtoDenyStopReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// ReleaseExecutionDtoDenyStopReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	ReleaseExecutionDtoDenyStopReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// ReleaseExecutionDtoDenyStopReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	ReleaseExecutionDtoDenyStopReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// ReleaseExecutionDtoDenyStopReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	ReleaseExecutionDtoDenyStopReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// ReleaseExecutionDtoDenyStopReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	ReleaseExecutionDtoDenyStopReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// ReleaseExecutionDtoStatusDESIGN captures enum value "DESIGN"
	ReleaseExecutionDtoStatusDESIGN string = "DESIGN"

	// ReleaseExecutionDtoStatusRUNNING captures enum value "RUNNING"
	ReleaseExecutionDtoStatusRUNNING string = "RUNNING"

	// ReleaseExecutionDtoStatusRUNNINGWITHFAILURES captures enum value "RUNNING_WITH_FAILURES"
	ReleaseExecutionDtoStatusRUNNINGWITHFAILURES string = "RUNNING_WITH_FAILURES"

	// ReleaseExecutionDtoStatusDONE captures enum value "DONE"
	ReleaseExecutionDtoStatusDONE string = "DONE"
)
View Source
const (

	// ReleaseExecutionDtoStatusReasonSUCCESS captures enum value "SUCCESS"
	ReleaseExecutionDtoStatusReasonSUCCESS string = "SUCCESS"

	// ReleaseExecutionDtoStatusReasonFAILUREDEPLOYMENT captures enum value "FAILURE_DEPLOYMENT"
	ReleaseExecutionDtoStatusReasonFAILUREDEPLOYMENT string = "FAILURE_DEPLOYMENT"

	// ReleaseExecutionDtoStatusReasonFAILUREPERFORMANCE captures enum value "FAILURE_PERFORMANCE"
	ReleaseExecutionDtoStatusReasonFAILUREPERFORMANCE string = "FAILURE_PERFORMANCE"

	// ReleaseExecutionDtoStatusReasonFAILUREENVIRONMENT captures enum value "FAILURE_ENVIRONMENT"
	ReleaseExecutionDtoStatusReasonFAILUREENVIRONMENT string = "FAILURE_ENVIRONMENT"

	// ReleaseExecutionDtoStatusReasonFAILUREFUNCTIONAL captures enum value "FAILURE_FUNCTIONAL"
	ReleaseExecutionDtoStatusReasonFAILUREFUNCTIONAL string = "FAILURE_FUNCTIONAL"

	// ReleaseExecutionDtoStatusReasonFAILUREGENERAL captures enum value "FAILURE_GENERAL"
	ReleaseExecutionDtoStatusReasonFAILUREGENERAL string = "FAILURE_GENERAL"

	// ReleaseExecutionDtoStatusReasonNOTINUSE captures enum value "NOT_IN_USE"
	ReleaseExecutionDtoStatusReasonNOTINUSE string = "NOT_IN_USE"
)
View Source
const (

	// TaskExecutionDtoDenyRerunReasonPHASECONTAINSTASKWITHMISSINGPARAMS captures enum value "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"
	TaskExecutionDtoDenyRerunReasonPHASECONTAINSTASKWITHMISSINGPARAMS string = "PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS"

	// TaskExecutionDtoDenyRerunReasonRELEASENOTINEXECUTIONSTATE captures enum value "RELEASE_NOT_IN_EXECUTION_STATE"
	TaskExecutionDtoDenyRerunReasonRELEASENOTINEXECUTIONSTATE string = "RELEASE_NOT_IN_EXECUTION_STATE"

	// TaskExecutionDtoDenyRerunReasonTRANSITIONDOESNOTEXIST captures enum value "TRANSITION_DOES_NOT_EXIST"
	TaskExecutionDtoDenyRerunReasonTRANSITIONDOESNOTEXIST string = "TRANSITION_DOES_NOT_EXIST"

	// TaskExecutionDtoDenyRerunReasonALREADYINSTATE captures enum value "ALREADY_IN_STATE"
	TaskExecutionDtoDenyRerunReasonALREADYINSTATE string = "ALREADY_IN_STATE"

	// TaskExecutionDtoDenyRerunReasonPHASENOTAPPROVEDTORUN captures enum value "PHASE_NOT_APPROVED_TO_RUN"
	TaskExecutionDtoDenyRerunReasonPHASENOTAPPROVEDTORUN string = "PHASE_NOT_APPROVED_TO_RUN"

	// TaskExecutionDtoDenyRerunReasonMAXALLOWEDRUNNINGRELEASESREACHED captures enum value "MAX_ALLOWED_RUNNING_RELEASES_REACHED"
	TaskExecutionDtoDenyRerunReasonMAXALLOWEDRUNNINGRELEASESREACHED string = "MAX_ALLOWED_RUNNING_RELEASES_REACHED"

	// TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK captures enum value "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"
	TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOPRODUCTIONOFRELEASETRACK string = "PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK"

	// TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE captures enum value "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"
	TaskExecutionDtoDenyRerunReasonPHASEISASSOCIATEDTOREQUIREDAPPROVEMILESTONE string = "PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE"

	// TaskExecutionDtoDenyRerunReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK captures enum value "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"
	TaskExecutionDtoDenyRerunReasonRELEASEASSOCIATEDTOACTIVERELEASETRACK string = "RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK"

	// TaskExecutionDtoDenyRerunReasonPHASENOTINEXECUTIONSTATE captures enum value "PHASE_NOT_IN_EXECUTION_STATE"
	TaskExecutionDtoDenyRerunReasonPHASENOTINEXECUTIONSTATE string = "PHASE_NOT_IN_EXECUTION_STATE"

	// TaskExecutionDtoDenyRerunReasonTASKMISSINGPARAMS captures enum value "TASK_MISSING_PARAMS"
	TaskExecutionDtoDenyRerunReasonTASKMISSINGPARAMS string = "TASK_MISSING_PARAMS"

	// TaskExecutionDtoDenyRerunReasonONFAILUREPHASEISRUNNING captures enum value "ON_FAILURE_PHASE_IS_RUNNING"
	TaskExecutionDtoDenyRerunReasonONFAILUREPHASEISRUNNING string = "ON_FAILURE_PHASE_IS_RUNNING"

	// TaskExecutionDtoDenyRerunReasonCALLEROFONERRORPHASEISRUNNING captures enum value "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
	TaskExecutionDtoDenyRerunReasonCALLEROFONERRORPHASEISRUNNING string = "CALLER_OF_ON_ERROR_PHASE_IS_RUNNING"
)
View Source
const (

	// TaskExecutionDtoDetailedStatusSeverityINFORMATION captures enum value "INFORMATION"
	TaskExecutionDtoDetailedStatusSeverityINFORMATION string = "INFORMATION"

	// TaskExecutionDtoDetailedStatusSeverityWARNING captures enum value "WARNING"
	TaskExecutionDtoDetailedStatusSeverityWARNING string = "WARNING"

	// TaskExecutionDtoDetailedStatusSeverityERROR captures enum value "ERROR"
	TaskExecutionDtoDetailedStatusSeverityERROR string = "ERROR"
)
View Source
const (

	// TaskExecutionDtoStatusDESIGN captures enum value "DESIGN"
	TaskExecutionDtoStatusDESIGN string = "DESIGN"

	// TaskExecutionDtoStatusREADY captures enum value "READY"
	TaskExecutionDtoStatusREADY string = "READY"

	// TaskExecutionDtoStatusPENDING captures enum value "PENDING"
	TaskExecutionDtoStatusPENDING string = "PENDING"

	// TaskExecutionDtoStatusRUNNING captures enum value "RUNNING"
	TaskExecutionDtoStatusRUNNING string = "RUNNING"

	// TaskExecutionDtoStatusFAILED captures enum value "FAILED"
	TaskExecutionDtoStatusFAILED string = "FAILED"

	// TaskExecutionDtoStatusSKIPPED captures enum value "SKIPPED"
	TaskExecutionDtoStatusSKIPPED string = "SKIPPED"

	// TaskExecutionDtoStatusDONE captures enum value "DONE"
	TaskExecutionDtoStatusDONE string = "DONE"

	// TaskExecutionDtoStatusDEFERRED captures enum value "DEFERRED"
	TaskExecutionDtoStatusDEFERRED string = "DEFERRED"

	// TaskExecutionDtoStatusSTOPPED captures enum value "STOPPED"
	TaskExecutionDtoStatusSTOPPED string = "STOPPED"

	// TaskExecutionDtoStatusRUNNINGWITHDETAILEDSTATUS captures enum value "RUNNING_WITH_DETAILED_STATUS"
	TaskExecutionDtoStatusRUNNINGWITHDETAILEDSTATUS string = "RUNNING_WITH_DETAILED_STATUS"
)
View Source
const (

	// UserDtoNotificationSeverityINFORMATION captures enum value "INFORMATION"
	UserDtoNotificationSeverityINFORMATION string = "INFORMATION"

	// UserDtoNotificationSeverityWARNING captures enum value "WARNING"
	UserDtoNotificationSeverityWARNING string = "WARNING"

	// UserDtoNotificationSeverityERROR captures enum value "ERROR"
	UserDtoNotificationSeverityERROR string = "ERROR"

	// UserDtoNotificationSeverityOFF captures enum value "OFF"
	UserDtoNotificationSeverityOFF string = "OFF"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationVersionDto

type ApplicationVersionDto struct {

	// application
	Application *NamedIdentifiableDto `json:"application,omitempty"`

	// based on
	BasedOn *NamedIdentifiableDto `json:"basedOn,omitempty"`

	// build number
	BuildNumber string `json:"buildNumber,omitempty"`

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// commit source
	CommitSource *CommitSourceDto `json:"commitSource,omitempty"`

	// content source
	ContentSource *ContentSourceDto `json:"contentSource,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// dependent by
	DependentBy []*ApplicationVersionDto `json:"dependentBy"`

	// depends on
	DependsOn []*ApplicationVersionDto `json:"dependsOn"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

ApplicationVersionDto application version dto swagger:model ApplicationVersionDto

func (*ApplicationVersionDto) MarshalBinary

func (m *ApplicationVersionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ApplicationVersionDto) UnmarshalBinary

func (m *ApplicationVersionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ApplicationVersionDto) Validate

func (m *ApplicationVersionDto) Validate(formats strfmt.Registry) error

Validate validates this application version dto

type BasicPluginDto

type BasicPluginDto struct {

	// description
	Description string `json:"description,omitempty"`

	// icon Url
	IconURL string `json:"iconUrl,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

BasicPluginDto basic plugin dto swagger:model BasicPluginDto

func (*BasicPluginDto) MarshalBinary

func (m *BasicPluginDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BasicPluginDto) UnmarshalBinary

func (m *BasicPluginDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BasicPluginDto) Validate

func (m *BasicPluginDto) Validate(formats strfmt.Registry) error

Validate validates this basic plugin dto

type BasicPluginServiceParameterDtoObject

type BasicPluginServiceParameterDtoObject struct {

	// class name
	ClassName string `json:"className,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// template parameter Id
	TemplateParameterID int64 `json:"templateParameterId,omitempty"`

	// value
	Value interface{} `json:"value,omitempty"`

	// value Id
	ValueID string `json:"valueId,omitempty"`
}

BasicPluginServiceParameterDtoObject basic plugin service parameter dto object swagger:model BasicPluginServiceParameterDto«object»

func (*BasicPluginServiceParameterDtoObject) MarshalBinary

func (m *BasicPluginServiceParameterDtoObject) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*BasicPluginServiceParameterDtoObject) UnmarshalBinary

func (m *BasicPluginServiceParameterDtoObject) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*BasicPluginServiceParameterDtoObject) Validate

Validate validates this basic plugin service parameter dto object

type CommitChangeFileDto

type CommitChangeFileDto struct {

	// change Id
	ChangeID string `json:"changeId,omitempty"`

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// filename
	Filename string `json:"filename,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// is covered
	IsCovered bool `json:"isCovered,omitempty"`

	// is excluded
	IsExcluded bool `json:"isExcluded,omitempty"`

	// test suites
	TestSuites []*TestSuiteDto `json:"testSuites"`
}

CommitChangeFileDto commit change file dto swagger:model CommitChangeFileDto

func (*CommitChangeFileDto) MarshalBinary

func (m *CommitChangeFileDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CommitChangeFileDto) UnmarshalBinary

func (m *CommitChangeFileDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CommitChangeFileDto) Validate

func (m *CommitChangeFileDto) Validate(formats strfmt.Registry) error

Validate validates this commit change file dto

type CommitFilesDto

type CommitFilesDto struct {

	// commit Id
	CommitID string `json:"commitId,omitempty"`

	// files
	Files []*CommitChangeFileDto `json:"files"`
}

CommitFilesDto commit files dto swagger:model CommitFilesDto

func (*CommitFilesDto) MarshalBinary

func (m *CommitFilesDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CommitFilesDto) UnmarshalBinary

func (m *CommitFilesDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CommitFilesDto) Validate

func (m *CommitFilesDto) Validate(formats strfmt.Registry) error

Validate validates this commit files dto

type CommitSourceDto

type CommitSourceDto struct {

	// commit regular expression
	CommitRegularExpression string `json:"commitRegularExpression,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// exclude files and folders
	ExcludeFilesAndFolders string `json:"excludeFilesAndFolders,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// include files and folders
	IncludeFilesAndFolders string `json:"includeFilesAndFolders,omitempty"`

	// last import date
	LastImportDate int64 `json:"lastImportDate,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin service
	PluginService *PluginServiceDto `json:"pluginService,omitempty"`
}

CommitSourceDto commit source dto swagger:model CommitSourceDto

func (*CommitSourceDto) MarshalBinary

func (m *CommitSourceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*CommitSourceDto) UnmarshalBinary

func (m *CommitSourceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*CommitSourceDto) Validate

func (m *CommitSourceDto) Validate(formats strfmt.Registry) error

Validate validates this commit source dto

type ContentItemDto

type ContentItemDto struct {

	// commit files
	CommitFiles []*CommitFilesDto `json:"commitFiles"`

	// content
	Content string `json:"content,omitempty"`

	// content item conflict
	// Enum: [PROGRESS_OF_UNPLANNED_WORK_ITEM WORKING_ON_ACCEPTED_ITEM WORK_ITEM_IN_PROGRESS NO_INFORMATION ACCEPTED]
	ContentItemConflict string `json:"contentItemConflict,omitempty"`

	// content item Url
	ContentItemURL string `json:"contentItemUrl,omitempty"`

	// content source Id
	ContentSourceID int64 `json:"contentSourceId,omitempty"`

	// content type
	ContentType string `json:"contentType,omitempty"`

	// display Id
	DisplayID string `json:"displayId,omitempty"`

	// display type
	DisplayType string `json:"displayType,omitempty"`

	// endpoint
	Endpoint *NamedIdentifiableDto `json:"endpoint,omitempty"`

	// external Id
	ExternalID string `json:"externalId,omitempty"`

	// hierarchy path
	HierarchyPath string `json:"hierarchyPath,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is conflict enable
	IsConflictEnable bool `json:"isConflictEnable,omitempty"`

	// last import date
	LastImportDate int64 `json:"lastImportDate,omitempty"`

	// parent content item
	ParentContentItem *IdentifiableDto `json:"parentContentItem,omitempty"`

	// parent external Id
	ParentExternalID string `json:"parentExternalId,omitempty"`

	// plugin
	Plugin *NamedIdentifiableDto `json:"plugin,omitempty"`

	// release
	Release *NamedVersionedIdentifiableDto `json:"release,omitempty"`

	// status
	Status string `json:"status,omitempty"`
}

ContentItemDto content item dto swagger:model ContentItemDto

func (*ContentItemDto) MarshalBinary

func (m *ContentItemDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ContentItemDto) UnmarshalBinary

func (m *ContentItemDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ContentItemDto) Validate

func (m *ContentItemDto) Validate(formats strfmt.Registry) error

Validate validates this content item dto

type ContentSourceDto

type ContentSourceDto struct {

	// content items
	ContentItems []*ContentItemDto `json:"contentItems"`

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin service
	PluginService *PluginServiceDto `json:"pluginService,omitempty"`
}

ContentSourceDto content source dto swagger:model ContentSourceDto

func (*ContentSourceDto) MarshalBinary

func (m *ContentSourceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ContentSourceDto) UnmarshalBinary

func (m *ContentSourceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ContentSourceDto) Validate

func (m *ContentSourceDto) Validate(formats strfmt.Registry) error

Validate validates this content source dto

type IdentifiableDto

type IdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`
}

IdentifiableDto identifiable dto swagger:model IdentifiableDto

func (*IdentifiableDto) MarshalBinary

func (m *IdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*IdentifiableDto) UnmarshalBinary

func (m *IdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*IdentifiableDto) Validate

func (m *IdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this identifiable dto

type LanguageDto

type LanguageDto struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

LanguageDto language dto swagger:model LanguageDto

func (*LanguageDto) MarshalBinary

func (m *LanguageDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*LanguageDto) UnmarshalBinary

func (m *LanguageDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*LanguageDto) Validate

func (m *LanguageDto) Validate(formats strfmt.Registry) error

Validate validates this language dto

type ListHolderDtoPhaseExecutionDto

type ListHolderDtoPhaseExecutionDto struct {

	// data
	Data []*PhaseExecutionDto `json:"data"`
}

ListHolderDtoPhaseExecutionDto list holder dto phase execution dto swagger:model ListHolderDto«PhaseExecutionDto»

func (*ListHolderDtoPhaseExecutionDto) MarshalBinary

func (m *ListHolderDtoPhaseExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoPhaseExecutionDto) UnmarshalBinary

func (m *ListHolderDtoPhaseExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoPhaseExecutionDto) Validate

func (m *ListHolderDtoPhaseExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto phase execution dto

type ListHolderDtoTaskExecutionDto

type ListHolderDtoTaskExecutionDto struct {

	// data
	Data []*TaskExecutionDto `json:"data"`
}

ListHolderDtoTaskExecutionDto list holder dto task execution dto swagger:model ListHolderDto«TaskExecutionDto»

func (*ListHolderDtoTaskExecutionDto) MarshalBinary

func (m *ListHolderDtoTaskExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ListHolderDtoTaskExecutionDto) UnmarshalBinary

func (m *ListHolderDtoTaskExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ListHolderDtoTaskExecutionDto) Validate

func (m *ListHolderDtoTaskExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this list holder dto task execution dto

type MapStringString

type MapStringString map[string]string

MapStringString map string string swagger:model Map«string,string»

func (MapStringString) Validate

func (m MapStringString) Validate(formats strfmt.Registry) error

Validate validates this map string string

type NamedIdentifiableDto

type NamedIdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`
}

NamedIdentifiableDto named identifiable dto swagger:model NamedIdentifiableDto

func (*NamedIdentifiableDto) MarshalBinary

func (m *NamedIdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NamedIdentifiableDto) UnmarshalBinary

func (m *NamedIdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NamedIdentifiableDto) Validate

func (m *NamedIdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this named identifiable dto

type NamedVersionedIdentifiableDto

type NamedVersionedIdentifiableDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// project
	Project *NamedIdentifiableDto `json:"project,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

NamedVersionedIdentifiableDto named versioned identifiable dto swagger:model NamedVersionedIdentifiableDto

func (*NamedVersionedIdentifiableDto) MarshalBinary

func (m *NamedVersionedIdentifiableDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*NamedVersionedIdentifiableDto) UnmarshalBinary

func (m *NamedVersionedIdentifiableDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*NamedVersionedIdentifiableDto) Validate

func (m *NamedVersionedIdentifiableDto) Validate(formats strfmt.Registry) error

Validate validates this named versioned identifiable dto

type PhaseExecutionDto

type PhaseExecutionDto struct {

	// allowed statuses
	AllowedStatuses []string `json:"allowedStatuses"`

	// approved by
	ApprovedBy *UserDto `json:"approvedBy,omitempty"`

	// approved date
	ApprovedDate int64 `json:"approvedDate,omitempty"`

	// deny approve reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyApproveReason string `json:"denyApproveReason,omitempty"`

	// deny start reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyStartReason string `json:"denyStartReason,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is approved
	IsApproved bool `json:"isApproved,omitempty"`

	// percent completed
	PercentCompleted float32 `json:"percentCompleted,omitempty"`

	// phase Id
	PhaseID int64 `json:"phaseId,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`

	// status
	// Enum: [DESIGN RUNNING RUNNING_WITH_FAILURES STOPPED DONE DONE_WITH_FAILURES APPROVED NOT_APPROVED FAILED_TO_RUN]
	Status string `json:"status,omitempty"`
}

PhaseExecutionDto phase execution dto swagger:model PhaseExecutionDto

func (*PhaseExecutionDto) MarshalBinary

func (m *PhaseExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PhaseExecutionDto) UnmarshalBinary

func (m *PhaseExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PhaseExecutionDto) Validate

func (m *PhaseExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this phase execution dto

type PluginDto

type PluginDto struct {

	// application model
	ApplicationModel bool `json:"applicationModel,omitempty"`

	// commit source
	CommitSource bool `json:"commitSource,omitempty"`

	// connectivity test
	ConnectivityTest bool `json:"connectivityTest,omitempty"`

	// content
	Content bool `json:"content,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// discovery Url
	DiscoveryURL string `json:"discoveryUrl,omitempty"`

	// endpoint template
	EndpointTemplate *PluginServiceTemplateDto `json:"endpointTemplate,omitempty"`

	// file source
	FileSource bool `json:"fileSource,omitempty"`

	// icon Url
	IconURL string `json:"iconUrl,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is use proxy
	IsUseProxy bool `json:"isUseProxy,omitempty"`

	// last sync
	LastSync int64 `json:"lastSync,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// num of tasks
	NumOfTasks int32 `json:"numOfTasks,omitempty"`

	// plugin Id
	PluginID int64 `json:"pluginId,omitempty"`

	// plugin service templates
	PluginServiceTemplates []*PluginServiceTemplateDto `json:"pluginServiceTemplates"`

	// test source
	TestSource bool `json:"testSource,omitempty"`

	// vendor
	Vendor string `json:"vendor,omitempty"`

	// version
	Version string `json:"version,omitempty"`
}

PluginDto plugin dto swagger:model PluginDto

func (*PluginDto) MarshalBinary

func (m *PluginDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginDto) UnmarshalBinary

func (m *PluginDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginDto) Validate

func (m *PluginDto) Validate(formats strfmt.Registry) error

Validate validates this plugin dto

type PluginServiceDto

type PluginServiceDto struct {

	// description
	Description string `json:"description,omitempty"`

	// endpoint
	Endpoint *NamedIdentifiableDto `json:"endpoint,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is missing parameters
	IsMissingParameters bool `json:"isMissingParameters,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// parameters
	Parameters []*BasicPluginServiceParameterDtoObject `json:"parameters"`

	// plugin
	Plugin *PluginDto `json:"plugin,omitempty"`

	// template Id
	TemplateID int64 `json:"templateId,omitempty"`

	// template name
	TemplateName string `json:"templateName,omitempty"`
}

PluginServiceDto plugin service dto swagger:model PluginServiceDto

func (*PluginServiceDto) MarshalBinary

func (m *PluginServiceDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginServiceDto) UnmarshalBinary

func (m *PluginServiceDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginServiceDto) Validate

func (m *PluginServiceDto) Validate(formats strfmt.Registry) error

Validate validates this plugin service dto

type PluginServiceTemplateDto

type PluginServiceTemplateDto struct {

	// description
	Description string `json:"description,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is plugin endpoint exist
	IsPluginEndpointExist bool `json:"isPluginEndpointExist,omitempty"`

	// is taggable
	IsTaggable bool `json:"isTaggable,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// plugin endpoints optional
	PluginEndpointsOptional bool `json:"pluginEndpointsOptional,omitempty"`

	// plugin Id
	PluginID int64 `json:"pluginId,omitempty"`

	// plugin name
	PluginName string `json:"pluginName,omitempty"`

	// service type
	ServiceType string `json:"serviceType,omitempty"`

	// template parameters
	TemplateParameters []*PluginServiceTemplateParameterDto `json:"templateParameters"`

	// url
	URL string `json:"url,omitempty"`
}

PluginServiceTemplateDto plugin service template dto swagger:model PluginServiceTemplateDto

func (*PluginServiceTemplateDto) MarshalBinary

func (m *PluginServiceTemplateDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginServiceTemplateDto) UnmarshalBinary

func (m *PluginServiceTemplateDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginServiceTemplateDto) Validate

func (m *PluginServiceTemplateDto) Validate(formats strfmt.Registry) error

Validate validates this plugin service template dto

type PluginServiceTemplateParameterDto

type PluginServiceTemplateParameterDto struct {

	// default value
	DefaultValue string `json:"defaultValue,omitempty"`

	// description
	Description string `json:"description,omitempty"`

	// direction
	// Enum: [INPUT_PARAMETER OUTPUT_PARAMETER]
	Direction string `json:"direction,omitempty"`

	// display name
	DisplayName string `json:"displayName,omitempty"`

	// display type
	// Enum: [STRING PASSWORD TEXTAREA DROPDOWN BOOLEAN]
	DisplayType string `json:"displayType,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is optional
	IsOptional bool `json:"isOptional,omitempty"`

	// multiple selection
	MultipleSelection bool `json:"multipleSelection,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// parameter dependencies
	ParameterDependencies []string `json:"parameterDependencies"`

	// parameter method
	// Enum: [IMPORT EXECUTION]
	ParameterMethod string `json:"parameterMethod,omitempty"`

	// parameter order
	ParameterOrder int32 `json:"parameterOrder,omitempty"`

	// possible values
	PossibleValues []*PluginServiceTemplateParameterPossibleValueDto `json:"possibleValues"`

	// type
	// Enum: [STRING PASSWORD BOOLEAN LIST_OF_STRINGS]
	Type string `json:"type,omitempty"`

	// url
	URL string `json:"url,omitempty"`
}

PluginServiceTemplateParameterDto plugin service template parameter dto swagger:model PluginServiceTemplateParameterDto

func (*PluginServiceTemplateParameterDto) MarshalBinary

func (m *PluginServiceTemplateParameterDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PluginServiceTemplateParameterDto) UnmarshalBinary

func (m *PluginServiceTemplateParameterDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PluginServiceTemplateParameterDto) Validate

Validate validates this plugin service template parameter dto

type PluginServiceTemplateParameterPossibleValueDto

type PluginServiceTemplateParameterPossibleValueDto struct {

	// parameters
	Parameters []*PluginServiceTemplateParameterDto `json:"parameters"`

	// value
	Value string `json:"value,omitempty"`
}

PluginServiceTemplateParameterPossibleValueDto plugin service template parameter possible value dto swagger:model PluginServiceTemplateParameterPossibleValueDto

func (*PluginServiceTemplateParameterPossibleValueDto) MarshalBinary

MarshalBinary interface implementation

func (*PluginServiceTemplateParameterPossibleValueDto) UnmarshalBinary

UnmarshalBinary interface implementation

func (*PluginServiceTemplateParameterPossibleValueDto) Validate

Validate validates this plugin service template parameter possible value dto

type ReleaseExecutionDto

type ReleaseExecutionDto struct {

	// allowed statuses
	AllowedStatuses []string `json:"allowedStatuses"`

	// deny stop reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyStopReason string `json:"denyStopReason,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// release Id
	ReleaseID int64 `json:"releaseId,omitempty"`

	// status
	// Enum: [DESIGN RUNNING RUNNING_WITH_FAILURES DONE]
	Status string `json:"status,omitempty"`

	// status description
	StatusDescription string `json:"statusDescription,omitempty"`

	// status reason
	// Enum: [SUCCESS FAILURE_DEPLOYMENT FAILURE_PERFORMANCE FAILURE_ENVIRONMENT FAILURE_FUNCTIONAL FAILURE_GENERAL NOT_IN_USE]
	StatusReason string `json:"statusReason,omitempty"`
}

ReleaseExecutionDto release execution dto swagger:model ReleaseExecutionDto

func (*ReleaseExecutionDto) MarshalBinary

func (m *ReleaseExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseExecutionDto) UnmarshalBinary

func (m *ReleaseExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseExecutionDto) Validate

func (m *ReleaseExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this release execution dto

type ReleaseManifestDto

type ReleaseManifestDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// release
	Release *IdentifiableDto `json:"release,omitempty"`

	// token values
	TokenValues []*ReleaseTokenValueDto `json:"tokenValues"`
}

ReleaseManifestDto release manifest dto swagger:model ReleaseManifestDto

func (*ReleaseManifestDto) MarshalBinary

func (m *ReleaseManifestDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseManifestDto) UnmarshalBinary

func (m *ReleaseManifestDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseManifestDto) Validate

func (m *ReleaseManifestDto) Validate(formats strfmt.Registry) error

Validate validates this release manifest dto

type ReleaseTokenValueDto

type ReleaseTokenValueDto struct {

	// id
	ID int64 `json:"id,omitempty"`

	// release manifest
	ReleaseManifest *NamedIdentifiableDto `json:"releaseManifest,omitempty"`

	// release token
	ReleaseToken *NamedIdentifiableDto `json:"releaseToken,omitempty"`

	// token display name
	TokenDisplayName string `json:"tokenDisplayName,omitempty"`

	// value
	Value string `json:"value,omitempty"`
}

ReleaseTokenValueDto release token value dto swagger:model ReleaseTokenValueDto

func (*ReleaseTokenValueDto) MarshalBinary

func (m *ReleaseTokenValueDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReleaseTokenValueDto) UnmarshalBinary

func (m *ReleaseTokenValueDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReleaseTokenValueDto) Validate

func (m *ReleaseTokenValueDto) Validate(formats strfmt.Registry) error

Validate validates this release token value dto

type StrategyDto

type StrategyDto struct {

	// name
	Name string `json:"name,omitempty"`
}

StrategyDto strategy dto swagger:model StrategyDto

func (*StrategyDto) MarshalBinary

func (m *StrategyDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StrategyDto) UnmarshalBinary

func (m *StrategyDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StrategyDto) Validate

func (m *StrategyDto) Validate(formats strfmt.Registry) error

Validate validates this strategy dto

type TaskExecutionDto

type TaskExecutionDto struct {

	// allowed statuses
	AllowedStatuses []string `json:"allowedStatuses"`

	// deny rerun reason
	// Enum: [PHASE_CONTAINS_TASK_WITH_MISSING_PARAMS RELEASE_NOT_IN_EXECUTION_STATE TRANSITION_DOES_NOT_EXIST ALREADY_IN_STATE PHASE_NOT_APPROVED_TO_RUN MAX_ALLOWED_RUNNING_RELEASES_REACHED PHASE_IS_ASSOCIATED_TO_PRODUCTION_OF_RELEASE_TRACK PHASE_IS_ASSOCIATED_TO_REQUIRED_APPROVE_MILESTONE RELEASE_ASSOCIATED_TO_ACTIVE_RELEASE_TRACK PHASE_NOT_IN_EXECUTION_STATE TASK_MISSING_PARAMS ON_FAILURE_PHASE_IS_RUNNING CALLER_OF_ON_ERROR_PHASE_IS_RUNNING]
	DenyRerunReason string `json:"denyRerunReason,omitempty"`

	// deployed application versions
	DeployedApplicationVersions []*ApplicationVersionDto `json:"deployedApplicationVersions"`

	// detailed status description
	DetailedStatusDescription string `json:"detailedStatusDescription,omitempty"`

	// detailed status description Json
	DetailedStatusDescriptionJSON interface{} `json:"detailedStatusDescriptionJson,omitempty"`

	// detailed status severity
	// Enum: [INFORMATION WARNING ERROR]
	DetailedStatusSeverity string `json:"detailedStatusSeverity,omitempty"`

	// end date
	EndDate int64 `json:"endDate,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// percent completed
	PercentCompleted float32 `json:"percentCompleted,omitempty"`

	// phase Id
	PhaseID int64 `json:"phaseId,omitempty"`

	// start date
	StartDate int64 `json:"startDate,omitempty"`

	// status
	// Enum: [DESIGN READY PENDING RUNNING FAILED SKIPPED DONE DEFERRED STOPPED RUNNING_WITH_DETAILED_STATUS]
	Status string `json:"status,omitempty"`

	// status description
	StatusDescription string `json:"statusDescription,omitempty"`

	// task execution disabled
	TaskExecutionDisabled bool `json:"taskExecutionDisabled,omitempty"`

	// task Id
	TaskID int64 `json:"taskId,omitempty"`
}

TaskExecutionDto task execution dto swagger:model TaskExecutionDto

func (*TaskExecutionDto) MarshalBinary

func (m *TaskExecutionDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TaskExecutionDto) UnmarshalBinary

func (m *TaskExecutionDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TaskExecutionDto) Validate

func (m *TaskExecutionDto) Validate(formats strfmt.Registry) error

Validate validates this task execution dto

type TestSuiteDto

type TestSuiteDto struct {

	// application
	Application *NamedIdentifiableDto `json:"application,omitempty"`

	// application version
	ApplicationVersion *NamedIdentifiableDto `json:"applicationVersion,omitempty"`

	// basic plugin
	BasicPlugin *BasicPluginDto `json:"basicPlugin,omitempty"`

	// creation date
	CreationDate int64 `json:"creationDate,omitempty"`

	// endpoint
	Endpoint *NamedIdentifiableDto `json:"endpoint,omitempty"`

	// endpoint parameters
	EndpointParameters map[string]string `json:"endpointParameters,omitempty"`

	// external Id
	ExternalID string `json:"externalId,omitempty"`

	// id
	ID string `json:"id,omitempty"`

	// import date
	ImportDate int64 `json:"importDate,omitempty"`

	// is favorite
	IsFavorite bool `json:"isFavorite,omitempty"`

	// is recently failed test suite
	IsRecentlyFailedTestSuite bool `json:"isRecentlyFailedTestSuite,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// strategies
	Strategies []*StrategyDto `json:"strategies"`

	// tags
	Tags []string `json:"tags"`

	// test source
	TestSource *NamedIdentifiableDto `json:"testSource,omitempty"`

	// test source parameters
	TestSourceParameters map[string]string `json:"testSourceParameters,omitempty"`

	// test suite modification date
	TestSuiteModificationDate int64 `json:"testSuiteModificationDate,omitempty"`
}

TestSuiteDto test suite dto swagger:model TestSuiteDto

func (*TestSuiteDto) MarshalBinary

func (m *TestSuiteDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*TestSuiteDto) UnmarshalBinary

func (m *TestSuiteDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*TestSuiteDto) Validate

func (m *TestSuiteDto) Validate(formats strfmt.Registry) error

Validate validates this test suite dto

type UserDto

type UserDto struct {

	// description
	Description string `json:"description,omitempty"`

	// directory server Id
	DirectoryServerID int64 `json:"directoryServerId,omitempty"`

	// dn
	Dn string `json:"dn,omitempty"`

	// email
	Email string `json:"email,omitempty"`

	// first name
	FirstName string `json:"firstName,omitempty"`

	// id
	ID int64 `json:"id,omitempty"`

	// is system
	IsSystem bool `json:"isSystem,omitempty"`

	// language
	Language *LanguageDto `json:"language,omitempty"`

	// last name
	LastName string `json:"lastName,omitempty"`

	// name
	Name string `json:"name,omitempty"`

	// notification severity
	// Enum: [INFORMATION WARNING ERROR OFF]
	NotificationSeverity string `json:"notificationSeverity,omitempty"`

	// password
	Password string `json:"password,omitempty"`

	// super user
	SuperUser bool `json:"superUser,omitempty"`
}

UserDto user dto swagger:model UserDto

func (*UserDto) MarshalBinary

func (m *UserDto) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*UserDto) UnmarshalBinary

func (m *UserDto) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*UserDto) Validate

func (m *UserDto) Validate(formats strfmt.Registry) error

Validate validates this user dto

Jump to

Keyboard shortcuts

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