diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2017-04-03 09:09:11 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@gitlab.com> | 2017-04-07 17:24:11 +0200 |
commit | 02072e17ab484d7c99dc485fc3ef8348f8da8bf1 (patch) | |
tree | 2147010a5d3463550db36ca35a0aba9f2d27dac8 /lib | |
parent | a6d313001a9df7f44402b1a0fca8bbd631b9fd87 (diff) | |
download | gitlab-ce-02072e17ab484d7c99dc485fc3ef8348f8da8bf1.tar.gz |
Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/cache/ci/project_pipeline_status.rb (renamed from lib/gitlab/cache/ci/project_build_status.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/cache/ci/project_build_status.rb b/lib/gitlab/cache/ci/project_pipeline_status.rb index 3982caa4a47..882b4da1725 100644 --- a/lib/gitlab/cache/ci/project_build_status.rb +++ b/lib/gitlab/cache/ci/project_pipeline_status.rb @@ -4,7 +4,7 @@ module Gitlab module Cache module Ci - class ProjectBuildStatus + class ProjectPipelineStatus attr_accessor :sha, :status, :project, :loaded delegate :commit, to: :project |