public interface ResolvedSettings
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SBuildFeatureDescriptor> |
getBuildFeatures() |
java.util.Collection<SBuildFeatureDescriptor> |
getBuildFeaturesOfType(java.lang.String featureType) |
java.util.List<SBuildRunnerDescriptor> |
getBuildRunners() |
java.util.Collection<BuildTriggerDescriptor> |
getBuildTriggersCollection() |
java.lang.String |
getCheckoutDirectory()
Returns resolved build checkout directory - if specified explicitly.
|
CheckoutRules |
getCheckoutRules(VcsRoot root)
Returns checkout rules configured for the specified VCS root.
|
CheckoutRules getCheckoutRules(@NotNull VcsRoot root)
root
- VCS root@Nullable java.lang.String getCheckoutDirectory()
@NotNull java.util.Collection<BuildTriggerDescriptor> getBuildTriggersCollection()
@NotNull java.util.Collection<SBuildFeatureDescriptor> getBuildFeatures()
@NotNull java.util.Collection<SBuildFeatureDescriptor> getBuildFeaturesOfType(@NotNull java.lang.String featureType)
featureType
- type of the build feature@NotNull java.util.List<SBuildRunnerDescriptor> getBuildRunners()