Module: Gct::Constant
- Defined in:
- lib/gct/constant.rb
Class Method Summary collapse
- .DefaultTagFromBranch ⇒ Object
- .DefaultTagToBranch ⇒ Object
- .GitBaseURL ⇒ Object
- .GitThirdURL ⇒ Object
- .GitURL ⇒ Object
- .NameSpace ⇒ Object
- .PreHuffix ⇒ Object
- .PreTagFromBranch ⇒ Object
- .PreTagToBranch ⇒ Object
- .ThirdNameSpace ⇒ Object
Class Method Details
.DefaultTagFromBranch ⇒ Object
24 25 26 |
# File 'lib/gct/constant.rb', line 24 def DefaultTagFromBranch "develop" end |
.DefaultTagToBranch ⇒ Object
32 33 34 |
# File 'lib/gct/constant.rb', line 32 def DefaultTagToBranch "master" end |
.GitBaseURL ⇒ Object
4 5 6 |
# File 'lib/gct/constant.rb', line 4 def GitBaseURL "https://gi-dev.ccrgt.com/" end |
.GitThirdURL ⇒ Object
8 9 10 |
# File 'lib/gct/constant.rb', line 8 def GitThirdURL "https://gi-dev.ccrgt.com/ios-thirdpart/" end |
.GitURL ⇒ Object
12 13 14 |
# File 'lib/gct/constant.rb', line 12 def GitURL "https://gi-dev.ccrgt.com/ios/" end |
.NameSpace ⇒ Object
16 17 18 |
# File 'lib/gct/constant.rb', line 16 def NameSpace "ios/" end |
.PreHuffix ⇒ Object
40 41 42 |
# File 'lib/gct/constant.rb', line 40 def PreHuffix "-pre" end |
.PreTagFromBranch ⇒ Object
28 29 30 |
# File 'lib/gct/constant.rb', line 28 def PreTagFromBranch "pre_develop" end |
.PreTagToBranch ⇒ Object
36 37 38 |
# File 'lib/gct/constant.rb', line 36 def PreTagToBranch "pre_master" end |
.ThirdNameSpace ⇒ Object
20 21 22 |
# File 'lib/gct/constant.rb', line 20 def ThirdNameSpace "ios-third/" end |