Module: Fastlane::Helper::Constants

Defined in:
lib/fastlane/plugin/fastci/helper/constants.rb

Class Method Summary collapse

Class Method Details

.BUILD_LOG_DIRObject

bulid 产物



40
41
42
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 40

def self.BUILD_LOG_DIR
  "fastlane_cache/build_logs"
end

.BUILD_NUMBER_FILEObject

cache 文件



5
6
7
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 5

def self.BUILD_NUMBER_FILE
  "fastlane_cache/build_cache.txt"
end

.COMMIT_HASH_FILEObject



8
9
10
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 8

def self.COMMIT_HASH_FILE
  "fastlane_cache/commit_cache.txt"
end

.DUPLICITY_CODE_FILEObject



20
21
22
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 20

def self.DUPLICITY_CODE_FILE
  "fastlane_cache/temp/duplicity_code_result.xml"
end

.DUPLICITY_CODE_HTML_FILEObject



23
24
25
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 23

def self.DUPLICITY_CODE_HTML_FILE
  "fastlane_cache/html/duplicity_code_report.html"
end

.DUPLICITY_CODE_MODIFIED_FILEObject



17
18
19
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 17

def self.DUPLICITY_CODE_MODIFIED_FILE
  "fastlane_cache/temp/duplicity_code_modified_files.txt"
end

.IPA_OUTPUT_DIRObject



43
44
45
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 43

def self.IPA_OUTPUT_DIR
  "fastlane_cache/temp"
end

.SWIFTLINT_ANALYZE_FILEObject



11
12
13
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 11

def self.SWIFTLINT_ANALYZE_FILE
  "fastlane_cache/temp/swiftlint_analyze_result.txt"
end

.SWIFTLINT_ANALYZE_HTML_FILEObject



14
15
16
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 14

def self.SWIFTLINT_ANALYZE_HTML_FILE
  "fastlane_cache/html/analyze_lint_report.html"
end

.UNUSED_CODE_FILEObject



26
27
28
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 26

def self.UNUSED_CODE_FILE
  "fastlane_cache/temp/unused_code_result.txt"
end

.UNUSED_CODE_HTML_FILEObject



29
30
31
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 29

def self.UNUSED_CODE_HTML_FILE
  "fastlane_cache/html/unused_code_report.html"
end

.UNUSED_IMAGE_FILEObject



32
33
34
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 32

def self.UNUSED_IMAGE_FILE
  "fastlane_cache/temp/unused_image_result.txt"
end

.UNUSED_IMAGE_HTML_FILEObject



35
36
37
# File 'lib/fastlane/plugin/fastci/helper/constants.rb', line 35

def self.UNUSED_IMAGE_HTML_FILE
  "fastlane_cache/html/unused_image_report.html"
end