Documentation
¶
Index ¶
Constants ¶
View Source
const OctoLintDeploymentQueuedTime = "OctoLintDeploymentQueuedTime"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctopusDeploymentQueuedTimeCheck ¶
type OctopusDeploymentQueuedTimeCheck struct {
// contains filtered or unexported fields
}
OctopusDeploymentQueuedTimeCheck checks to see if any deployments were queued for a long period of time
func NewOctopusDeploymentQueuedTimeCheck ¶
func NewOctopusDeploymentQueuedTimeCheck(client *client.Client, config *config.OctolintConfig, url string, space string, errorHandler checks.OctopusClientErrorHandler) OctopusDeploymentQueuedTimeCheck
func (OctopusDeploymentQueuedTimeCheck) Execute ¶
func (o OctopusDeploymentQueuedTimeCheck) Execute(concurrency int) (checks.OctopusCheckResult, error)
func (OctopusDeploymentQueuedTimeCheck) Id ¶
func (o OctopusDeploymentQueuedTimeCheck) Id() string
Click to show internal directories.
Click to hide internal directories.