Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin implements drone.Plugin to provide the plugin implementation.
type Settings ¶
type Settings struct { Repos cli.StringSlice Server string Token string Wait bool Timeout time.Duration LastSuccessful bool Params cli.StringSlice ParamsEnv cli.StringSlice Deploy string Block bool BlockTimeout time.Duration // contains filtered or unexported fields }
Settings for the plugin.
Click to show internal directories.
Click to hide internal directories.