Class ConfigurationItemViewConverter
java.lang.Object
com.xebialabs.xlrelease.views.converters.ConfigurationItemViewConverter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.xebialabs.xlrelease.repository.ConfigurationRepository -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationItemViewConverter(com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.xebialabs.deployit.plugin.api.udm.ConfigurationItemcom.xebialabs.xlrelease.domain.ConfigurationfromView(com.xebialabs.xlrelease.views.ConfigurationView configurationView) com.xebialabs.xlrelease.views.ConfigurationViewtoAnonymizedView(com.xebialabs.xlrelease.domain.Configuration configuration) com.xebialabs.xlrelease.views.ConfigurationViewtoView(com.xebialabs.xlrelease.domain.Configuration configuration)
-
Field Details
-
configurationRepository
protected final com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository
-
-
Constructor Details
-
ConfigurationItemViewConverter
@Autowired public ConfigurationItemViewConverter(com.xebialabs.xlrelease.repository.ConfigurationRepository configurationRepository)
-
-
Method Details
-
fromView
public com.xebialabs.xlrelease.domain.Configuration fromView(com.xebialabs.xlrelease.views.ConfigurationView configurationView) -
toAnonymizedView
public com.xebialabs.xlrelease.views.ConfigurationView toAnonymizedView(com.xebialabs.xlrelease.domain.Configuration configuration) -
toView
public com.xebialabs.xlrelease.views.ConfigurationView toView(com.xebialabs.xlrelease.domain.Configuration configuration) -
configurationItemFromMap
-