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 java.lang.Object implements com.xebialabs.deployit.server.api.upgrade.RepositoryInitialization, com.xebialabs.xlrelease.template.SamplesImporter
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFOLDER_TEMPLATE_CONFIGURE_IDstatic java.lang.StringFOLDER_TEMPLATE_WELCOME_IDstatic java.lang.StringTEMPLATE_BLUE_GREEN_IDstatic java.lang.StringTEMPLATE_CANARY_IDstatic java.lang.StringTEMPLATE_CONFIGURE_IDstatic java.lang.StringTEMPLATE_SAMPLE_IDstatic java.lang.StringTEMPLATE_SAMPLE_WITH_XLD_IDstatic java.lang.StringTEMPLATE_TOUR_IDstatic java.lang.StringTEMPLATE_WELCOME_ID
-
Constructor Summary
Constructors Constructor Description SampleTemplatesInitialization(com.xebialabs.xlrelease.export.TemplateImporter templateImporter, com.xebialabs.xlrelease.config.XlrConfig xlrConfig, com.xebialabs.deployit.repository.WorkDirContext workDirContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitialize()java.lang.StringgetComponent()com.xebialabs.xlrelease.export.TemplateImportertemplateImporter()java.lang.StringtoString()com.xebialabs.deployit.repository.WorkDirContextworkDirContext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods 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, warn
-
-
-
-
Field Detail
-
TEMPLATE_WELCOME_ID
public static final java.lang.String TEMPLATE_WELCOME_ID
- See Also:
- Constant Field Values
-
TEMPLATE_CONFIGURE_ID
public static final java.lang.String TEMPLATE_CONFIGURE_ID
- See Also:
- Constant Field Values
-
TEMPLATE_TOUR_ID
public static final java.lang.String TEMPLATE_TOUR_ID
- See Also:
- Constant Field Values
-
TEMPLATE_SAMPLE_ID
public static final java.lang.String TEMPLATE_SAMPLE_ID
- See Also:
- Constant Field Values
-
TEMPLATE_SAMPLE_WITH_XLD_ID
public static final java.lang.String TEMPLATE_SAMPLE_WITH_XLD_ID
- See Also:
- Constant Field Values
-
TEMPLATE_BLUE_GREEN_ID
public static final java.lang.String TEMPLATE_BLUE_GREEN_ID
- See Also:
- Constant Field Values
-
TEMPLATE_CANARY_ID
public static final java.lang.String TEMPLATE_CANARY_ID
- See Also:
- Constant Field Values
-
FOLDER_TEMPLATE_WELCOME_ID
public static final java.lang.String FOLDER_TEMPLATE_WELCOME_ID
- See Also:
- Constant Field Values
-
FOLDER_TEMPLATE_CONFIGURE_ID
public static final java.lang.String FOLDER_TEMPLATE_CONFIGURE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponent
public java.lang.String getComponent()
- Specified by:
getComponentin interfacecom.xebialabs.deployit.server.api.upgrade.RepositoryInitialization
-
-