Jaypore CI
TLDR
Getting Started
How to
Contributing
Reference
Changelog
Jaypore CI
Index
Index
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
B
BadConfig
C
check_job() (jaypore_ci.jci.Job method)
clean_logs() (in module jaypore_ci.reporters.common)
Const (class in jaypore_ci.config)
create_network() (jaypore_ci.executors.docker.Docker method)
critical() (jaypore_ci.logging.JayporeLogger method)
D
debug() (jaypore_ci.logging.JayporeLogger method)
delete_all_jobs() (jaypore_ci.executors.docker.Docker method)
delete_network() (jaypore_ci.executors.docker.Docker method)
delete_old_containers() (jaypore_ci.executors.docker.Docker method)
Docker (class in jaypore_ci.executors.docker)
E
Email (class in jaypore_ci.remotes.email)
env_matrix() (jaypore_ci.jci.Pipeline class method)
err() (jaypore_ci.logging.JayporeLogger method)
error() (jaypore_ci.logging.JayporeLogger method)
exception() (jaypore_ci.logging.JayporeLogger method)
Executor (class in jaypore_ci.interfaces)
exit_code (jaypore_ci.interfaces.JobStatus attribute)
expected_version (jaypore_ci.config.Const attribute)
F
FAILED (jaypore_ci.interfaces.Status attribute)
failure() (jaypore_ci.logging.JayporeLogger method)
fatal() (jaypore_ci.logging.JayporeLogger method)
files_changed() (jaypore_ci.interfaces.Repo method)
(jaypore_ci.repos.git.Git method)
finished_at (jaypore_ci.interfaces.JobStatus attribute)
from_env() (jaypore_ci.interfaces.Remote class method)
(jaypore_ci.interfaces.Repo class method)
(jaypore_ci.remotes.email.Email class method)
(jaypore_ci.remotes.git.GitRemote class method)
(jaypore_ci.remotes.gitea.Gitea class method)
(jaypore_ci.remotes.github.Github class method)
(jaypore_ci.remotes.mock.Mock class method)
(jaypore_ci.repos.git.Git class method)
G
get_env() (jaypore_ci.jci.Job method)
get_execution_order() (jaypore_ci.executors.docker.Docker method)
get_job_name() (jaypore_ci.executors.docker.Docker method)
get_job_report() (in module jaypore_ci.reporters.text)
get_net() (jaypore_ci.executors.docker.Docker method)
get_pr_id() (jaypore_ci.remotes.gitea.Gitea method)
(jaypore_ci.remotes.github.Github method)
(jaypore_ci.remotes.mock.Mock method)
get_status() (jaypore_ci.executors.docker.Docker method)
(jaypore_ci.interfaces.Executor method)
(jaypore_ci.jci.Pipeline method)
get_status_dot() (jaypore_ci.jci.Pipeline method)
get_version() (in module jaypore_ci.config)
Git (class in jaypore_ci.repos.git)
Gitea (class in jaypore_ci.remotes.gitea)
Github (class in jaypore_ci.remotes.github)
GitRemote (class in jaypore_ci.remotes.git)
I
info() (jaypore_ci.logging.JayporeLogger method)
is_complete() (jaypore_ci.jci.Job method)
is_running (jaypore_ci.interfaces.JobStatus attribute)
J
jaypore_ci
module
jaypore_ci.changelog
module
jaypore_ci.clean
module
jaypore_ci.config
module
jaypore_ci.exceptions
module
jaypore_ci.executors
module
jaypore_ci.executors.docker
module
jaypore_ci.interfaces
module
jaypore_ci.jci
module
jaypore_ci.logging
module
jaypore_ci.remotes
module
jaypore_ci.remotes.email
module
jaypore_ci.remotes.git
module
jaypore_ci.remotes.gitea
module
jaypore_ci.remotes.github
module
jaypore_ci.remotes.mock
module
jaypore_ci.reporters
module
jaypore_ci.reporters.common
module
jaypore_ci.reporters.markdown
module
jaypore_ci.reporters.text
module
jaypore_ci.repos
module
jaypore_ci.repos.git
module
JayporeLogger (class in jaypore_ci.logging)
JayporeLoggerFactory (class in jaypore_ci.logging)
Job (class in jaypore_ci.jci)
job() (jaypore_ci.jci.Pipeline method)
JobStatus (class in jaypore_ci.interfaces)
L
log() (jaypore_ci.logging.JayporeLogger method)
logging() (jaypore_ci.executors.docker.Docker method)
(jaypore_ci.jci.Job method)
(jaypore_ci.jci.Pipeline method)
(jaypore_ci.remotes.email.Email method)
(jaypore_ci.remotes.git.GitRemote method)
(jaypore_ci.remotes.gitea.Gitea method)
(jaypore_ci.remotes.github.Github method)
(jaypore_ci.remotes.mock.Mock method)
logs (jaypore_ci.interfaces.JobStatus attribute)
M
major (jaypore_ci.config.Version attribute)
Markdown (class in jaypore_ci.reporters.markdown)
minor (jaypore_ci.config.Version attribute)
Mock (class in jaypore_ci.remotes.mock)
module
jaypore_ci
jaypore_ci.changelog
jaypore_ci.clean
jaypore_ci.config
jaypore_ci.exceptions
jaypore_ci.executors
jaypore_ci.executors.docker
jaypore_ci.interfaces
jaypore_ci.jci
jaypore_ci.logging
jaypore_ci.remotes
jaypore_ci.remotes.email
jaypore_ci.remotes.git
jaypore_ci.remotes.gitea
jaypore_ci.remotes.github
jaypore_ci.remotes.mock
jaypore_ci.reporters
jaypore_ci.reporters.common
jaypore_ci.reporters.markdown
jaypore_ci.reporters.text
jaypore_ci.repos
jaypore_ci.repos.git
msg() (jaypore_ci.logging.JayporeLogger method)
N
name() (in module jaypore_ci.clean)
netloc (jaypore_ci.interfaces.RemoteInfo attribute)
O
original (jaypore_ci.interfaces.RemoteInfo attribute)
owner (jaypore_ci.interfaces.RemoteInfo attribute)
P
parse() (jaypore_ci.config.Version class method)
(jaypore_ci.interfaces.RemoteInfo class method)
PASSED (jaypore_ci.interfaces.Status attribute)
patch (jaypore_ci.config.Version attribute)
PENDING (jaypore_ci.interfaces.Status attribute)
pipe_id (jaypore_ci.jci.Pipeline property)
Pipeline (class in jaypore_ci.jci)
publish() (jaypore_ci.interfaces.Remote method)
(jaypore_ci.remotes.email.Email method)
(jaypore_ci.remotes.git.GitRemote method)
(jaypore_ci.remotes.gitea.Gitea method)
(jaypore_ci.remotes.github.Github method)
(jaypore_ci.remotes.mock.Mock method)
R
Remote (class in jaypore_ci.interfaces)
RemoteApiFailed
RemoteInfo (class in jaypore_ci.interfaces)
render() (jaypore_ci.interfaces.Reporter method)
(jaypore_ci.reporters.markdown.Markdown method)
(jaypore_ci.reporters.text.Text method)
Repo (class in jaypore_ci.interfaces)
repo (jaypore_ci.interfaces.RemoteInfo attribute)
Reporter (class in jaypore_ci.interfaces)
run() (jaypore_ci.executors.docker.Docker method)
(jaypore_ci.interfaces.Executor method)
(jaypore_ci.jci.Pipeline method)
RUNNING (jaypore_ci.interfaces.Status attribute)
S
set_pipeline() (jaypore_ci.executors.docker.Docker method)
(jaypore_ci.interfaces.Executor method)
setup() (jaypore_ci.executors.docker.Docker method)
(jaypore_ci.interfaces.Executor method)
(jaypore_ci.interfaces.Remote method)
SKIPPED (jaypore_ci.interfaces.Status attribute)
smtp (jaypore_ci.remotes.email.Email property)
stage() (jaypore_ci.jci.Pipeline method)
started_at (jaypore_ci.interfaces.JobStatus attribute)
Status (class in jaypore_ci.interfaces)
T
teardown() (jaypore_ci.executors.docker.Docker method)
(jaypore_ci.interfaces.Executor method)
(jaypore_ci.interfaces.Remote method)
Text (class in jaypore_ci.reporters.text)
TIMEOUT (jaypore_ci.interfaces.Status attribute)
trail (jaypore_ci.config.Version attribute)
trigger() (jaypore_ci.jci.Job method)
TriggerFailed
U
update_report() (jaypore_ci.jci.Job method)
V
Version (class in jaypore_ci.config)
version (jaypore_ci.config.Const attribute)
W
warn() (jaypore_ci.logging.JayporeLogger method)
warning() (jaypore_ci.logging.JayporeLogger method)