Class PluginManagerPropertiesImpl.RepositoryImpl
java.lang.Object
com.xebialabs.plugin.manager.config.impl.PluginManagerPropertiesImpl.RepositoryImpl
- All Implemented Interfaces:
Repository
- Enclosing class:
PluginManagerPropertiesImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetEnabled(String enabled) voidvoidsetNexusGroupId(String nexusGroupId) voidsetNexusMetadataArtifact(PluginManagerPropertiesImpl.RepositoryImpl.NexusMetadataArtifactImpl nexusMetadataArtifact) voidsetNexusRepositoryId(String nexusRepositoryId) voidsetRepositoryType(String repositoryType) voidvoidsetServerRef(String serverRef) voidsetXlComponent(String xlComponent)
-
Constructor Details
-
RepositoryImpl
public RepositoryImpl()
-
-
Method Details
-
setName
-
setEnabled
-
setNexusGroupId
-
setNexusRepositoryId
-
setRepositoryType
-
setServerRef
-
setXlComponent
-
setNexusMetadataArtifact
public void setNexusMetadataArtifact(PluginManagerPropertiesImpl.RepositoryImpl.NexusMetadataArtifactImpl nexusMetadataArtifact) -
setServer
-
getName
- Specified by:
getNamein interfaceRepository
-
getEnabled
- Specified by:
getEnabledin interfaceRepository
-
getNexusGroupId
- Specified by:
getNexusGroupIdin interfaceRepository
-
getNexusRepositoryId
- Specified by:
getNexusRepositoryIdin interfaceRepository
-
getRepositoryType
- Specified by:
getRepositoryTypein interfaceRepository
-
getServerRef
- Specified by:
getServerRefin interfaceRepository
-
getXlComponent
- Specified by:
getXlComponentin interfaceRepository
-
getNexusMetadataArtifact
- Specified by:
getNexusMetadataArtifactin interfaceRepository
-
getServer
- Specified by:
getServerin interfaceRepository
-