Interface ProjectSettingsPaths
-
public interface ProjectSettingsPaths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSettingApplyCheckoutRules()
Returns the rules determining how settings-realted files shoud be checkouted from VCS.String
getSettingsDirName()
Returns the directory name where generated projects settings should be stored, e.g.String
getSettingsFilesPrefix()
Returns the prefix that settings-related files could have.String
getSettingsRules()
Returns rules determining which files should be considered settings-related.
-
-
-
Method Detail
-
getSettingsDirName
@NotNull String getSettingsDirName()
Returns the directory name where generated projects settings should be stored, e.g. ".teamcity" or "" in case if its root direcotry.- Returns:
- see above
-
getSettingsFilesPrefix
@NotNull String getSettingsFilesPrefix()
Returns the prefix that settings-related files could have. It could be used for determinng whether the changes are related to settings.- Returns:
- see above
-
getSettingsRules
@NotNull String getSettingsRules()
Returns rules determining which files should be considered settings-related.- Returns:
- see above
-
getSettingApplyCheckoutRules
@NotNull String getSettingApplyCheckoutRules()
Returns the rules determining how settings-realted files shoud be checkouted from VCS.- Returns:
- see above
-
-