Class SampleTemplatesInitialization
java.lang.Object
com.xebialabs.xlrelease.initialize.SampleTemplatesInitialization
- All Implemented Interfaces:
com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization,com.xebialabs.xlrelease.template.SamplesImporter,grizzled.slf4j.Logging
@Component
public class SampleTemplatesInitialization
extends Object
implements com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization, com.xebialabs.xlrelease.template.SamplesImporter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSampleTemplatesInitialization(com.xebialabs.xlrelease.export.TemplateImporter templateImporter, com.xebialabs.xlrelease.config.XlrConfig xlrConfig, com.xebialabs.deployit.repository.WorkDirContext workDirContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidcom.xebialabs.xlrelease.export.TemplateImportertoString()com.xebialabs.deployit.repository.WorkDirContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface grizzled.slf4j.Logging
debug, debug, debug, error, error, error, grizzled$slf4j$Logging$$_logger, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, logger, loggerName, trace, trace, trace, warn, warn, warnMethods inherited from interface com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
getPriorityMethods inherited from interface com.xebialabs.xlrelease.template.SamplesImporter
importSampleTemplates
-
Field Details
-
TEMPLATE_WELCOME_ID
- See Also:
-
TEMPLATE_CONFIGURE_ID
- See Also:
-
TEMPLATE_TOUR_ID
- See Also:
-
TEMPLATE_SAMPLE_ID
- See Also:
-
TEMPLATE_SAMPLE_WITH_XLD_ID
- See Also:
-
TEMPLATE_BLUE_GREEN_ID
- See Also:
-
TEMPLATE_CANARY_ID
- See Also:
-
FOLDER_TEMPLATE_WELCOME_ID
- See Also:
-
FOLDER_TEMPLATE_CONFIGURE_ID
- See Also:
-
-
Constructor Details
-
SampleTemplatesInitialization
@Autowired public SampleTemplatesInitialization(com.xebialabs.xlrelease.export.TemplateImporter templateImporter, com.xebialabs.xlrelease.config.XlrConfig xlrConfig, com.xebialabs.deployit.repository.WorkDirContext workDirContext)
-
-
Method Details
-
workDirContext
public com.xebialabs.deployit.repository.WorkDirContext workDirContext()- Specified by:
workDirContextin interfacecom.xebialabs.xlrelease.template.SamplesImporter
-
templateImporter
public com.xebialabs.xlrelease.export.TemplateImporter templateImporter()- Specified by:
templateImporterin interfacecom.xebialabs.xlrelease.template.SamplesImporter
-
doInitialize
public void doInitialize()- Specified by:
doInitializein interfacecom.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
-
toString
-
getComponent
- Specified by:
getComponentin interfacecom.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
-