summaryrefslogtreecommitdiff
path: root/lib/gitlab/cache
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-04-03 09:09:11 +0200
committerBob Van Landuyt <bob@gitlab.com>2017-04-07 17:24:11 +0200
commit02072e17ab484d7c99dc485fc3ef8348f8da8bf1 (patch)
tree2147010a5d3463550db36ca35a0aba9f2d27dac8 /lib/gitlab/cache
parenta6d313001a9df7f44402b1a0fca8bbd631b9fd87 (diff)
downloadgitlab-ce-02072e17ab484d7c99dc485fc3ef8348f8da8bf1.tar.gz
Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`
Diffstat (limited to 'lib/gitlab/cache')
-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