Class ConfigSourceSCM
- java.lang.Object
-
- io.jenkins.plugins.globalyamlproperties.ConfigSourceSCM
-
- All Implemented Interfaces:
Describable<ConfigSource>
,ConfigSource
,Serializable
public class ConfigSourceSCM extends Object implements ConfigSource, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigSourceSCM.DescriptorImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fetchConfiguration()
String
getCredentialsId()
ConfigSourceSCM.DescriptorImpl
getDescriptor()
String
getPath()
String
getRef()
String
getRepositoryName()
String
getRepositoryOwner()
String
getYamlConfig()
-
-
-
Method Detail
-
getYamlConfig
public String getYamlConfig()
- Specified by:
getYamlConfig
in interfaceConfigSource
-
getRepositoryOwner
public String getRepositoryOwner()
-
getRepositoryName
public String getRepositoryName()
-
getRef
public String getRef()
-
getPath
public String getPath()
-
getCredentialsId
public String getCredentialsId()
-
fetchConfiguration
public void fetchConfiguration() throws IOException
- Throws:
IOException
-
getDescriptor
public ConfigSourceSCM.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<ConfigSource>
-
-