Class: Build

Inherits:
Model
  • Object
show all
Defined in:
lib/models/build.rb

Overview

Build model

Class Method Summary collapse

Methods inherited from Model

#associations, #associations_hash, #associations_without_belongs_to, #attributes_without_id, get_model, get_model_by_table_name, ids_of_subclasses_entries, #removed?, sum_of_subclasses_rows

Methods included from NullifyDependencies

#default_dependencies_symbols_to_nullify, #default_dependencies_to_nullify, #nullify_all_dependencies, #nullify_default_dependencies, #nullify_dependencies

Methods included from IdsOfAllDependencies

#ids_of_all_dependencies, #ids_of_all_dependencies_with_filtered, #ids_of_all_dependencies_without_reflection

Methods included from DependencyTree

#dependency_tree

Methods included from IdsOfAllDirectDependencies

#ids_of_all_direct_dependencies

Methods included from SymbolsOfAllDirectDependencies

#symbols_of_all_direct_dependencies

Methods included from IdsOfAllDependenciesNested

#ids_of_all_dependencies_nested

Class Method Details

.default_dependencies_symbols_to_nullifyObject



26
27
28
29
30
31
32
33
# File 'lib/models/build.rb', line 26

def self.default_dependencies_symbols_to_nullify
  [
    :repos_for_that_this_build_is_current,
    :repos_for_that_this_build_is_last,
    :tags_for_that_this_build_is_last,
    :branches_for_that_this_build_is_last
  ]
end