Interface ConfigSource
-
- All Superinterfaces:
Describable<ConfigSource>
- All Known Implementing Classes:
ConfigSourceManual
,ConfigSourceSCM
public interface ConfigSource extends Describable<ConfigSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getYamlConfig()
-
Methods inherited from interface hudson.model.Describable
getDescriptor
-
-
-
-
Method Detail
-
getYamlConfig
String getYamlConfig()
-
-