Sha256: c2083dc0f488e38eb7ede391df23f339e0db89f8c64b84fee9017c720eadeaf4

Contents?: true

Size: 581 Bytes

Versions: 351

Compression:

Stored size: 581 Bytes

Contents

require 'travis/client/weak_entity'

module Travis
  module Client
    class Cache < WeakEntity
      # @!parse attr_reader :repository_id, :size, :slug, :branch, :last_modified
      attributes :repository_id, :size, :slug, :branch, :last_modified
      time :last_modified

      # @!parse attr_reader :repository
      has :repository

      one :cache
      many :caches

      def delete
        repository.delete_caches(:branch => branch, :match => slug)
      end

      def inspect_info
        [repository.slug, branch, slug].compact.join(" ")
      end
    end
  end
end

Version data entries

351 entries across 351 versions & 3 rubygems

Version Path
travis-1.9.1 lib/travis/client/cache.rb
travis-1.9.1.travis.1223.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1220.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1219.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1216.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1208.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1207.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1206.9 lib/travis/client/cache.rb
travis-1.9.1.travis.1205.9 lib/travis/client/cache.rb
travis-1.9.0 lib/travis/client/cache.rb
travis-1.9.1.travis.1201.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1200.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1199.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1198.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1197.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1195.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1192.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1186.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1184.9 lib/travis/client/cache.rb
travis-1.8.14.travis.1183.9 lib/travis/client/cache.rb