lib/travis/client/job.rb in travis-1.6.7.travis.434.6 vs lib/travis/client/job.rb in travis-1.6.7.travis.441.6
- old
+ new
@@ -5,16 +5,16 @@
class Job < Entity
include States, Restartable
preloadable
# @!parse attr_reader :repository_id, :build_id, :commit_id, :log_id, :number, :config, :state, :started_at, :finished_at, :queue, :allow_failure, :tags
- attributes :repository_id, :build_id, :commit_id, :log_id, :number, :config, :state, :started_at, :finished_at, :queue, :allow_failure, :tags
+ attributes :repository_id, :build_id, :commit_id, :log_id, :number, :config, :state, :started_at, :finished_at, :queue, :allow_failure, :tags, :annotation_ids
time :started_at, :finished_at
alias allow_failure? allow_failure
- # @!parse attr_reader :commit, :repository, :build
- has :commit, :repository, :build, :log
+ # @!parse attr_reader :commit, :repository, :build, :annotations
+ has :commit, :repository, :build, :log, :annotations
one :job
many :jobs
def pull_request?