|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Change | |
|---|---|
| com.xebialabs.deployit | Contains the core classes, interfaces and annotations for the Deployit plugin API. |
| com.xebialabs.deployit.mapper | The mapper framework; a way to modularize runbooks. |
| com.xebialabs.deployit.mapper.artifact | A number of standard artifact mappers. |
| com.xebialabs.deployit.runbook | |
| com.xebialabs.deployit.util | Provides a number of utility classes. |
| Uses of Change in com.xebialabs.deployit |
|---|
| Methods in com.xebialabs.deployit that return types with arguments of type Change | |
|---|---|
java.util.List<Change<?>> |
ChangePlan.getChanges()
Returns the changes of this change plan. |
java.util.Set<Change<?>> |
ChangeResolution.getChanges()
Returns the changes that are resolved by this changeresolution. |
| Methods in com.xebialabs.deployit with parameters of type Change | |
|---|---|
void |
ChangeResolution.addChange(Change<?> changeToAdd)
Adds a change to the list of changes resolved. |
| Constructors in com.xebialabs.deployit with parameters of type Change | |
|---|---|
ChangeResolution(Change<?> c)
Creates a change resolution for the resolved change. |
|
ChangeResolution(Change<?> c,
java.util.List<Step> steps)
Creates a change resolution linking the given change with the provided step list. |
|
| Uses of Change in com.xebialabs.deployit.mapper |
|---|
| Fields in com.xebialabs.deployit.mapper declared as Change | |
|---|---|
protected Change<Deployment> |
Mapper.change
|
| Constructors in com.xebialabs.deployit.mapper with parameters of type Change | |
|---|---|
Mapper(Change<Deployment> change)
Creates a Mapper for the specified deployment change that will apply default mappings. |
|
Mapper(Change<Deployment> change,
boolean applyDefaultMappings)
Creates a Mapper for the specified deployment change. |
|
MappingAgnosticStepGeneratingMapper(Change<Deployment> change)
Creates a MappingAgnosticStepGeneratingMapper for the specified deployment change that will apply default mappings. |
|
MappingAgnosticStepGeneratingMapper(Change<Deployment> change,
boolean applyDefaultMappings)
Creates a MappingAgnosticStepGeneratingMapper for the specified deployment change. |
|
ModificationSupportingMappingAgnosticStepGeneratingMapper(Change<Deployment> change)
Creates a ModificationSupportingMappingAgnosticStepGeneratingMapper for the specified deployment change that will apply default mappings. |
|
ModificationSupportingMappingAgnosticStepGeneratingMapper(Change<Deployment> change,
boolean applyDefaultMappings)
Creates a ModificationSupportingMappingAgnosticStepGeneratingMapper for the specified deployment change. |
|
ModificationSupportingStepGeneratingMapper(Change<Deployment> change)
Creates a ModificationSupportingStepGeneratingMapper for the specified deployment change that will apply default mappings. |
|
ModificationSupportingStepGeneratingMapper(Change<Deployment> change,
boolean applyDefaultMappings)
Creates a ModificationSupportingStepGeneratingMapper for the specified deployment change. |
|
StepGeneratingMapper(Change<Deployment> change)
Creates a StepGeneratingMapper for the specified deployment change that will apply default mappings. |
|
StepGeneratingMapper(Change<Deployment> change,
boolean applyDefaultMappings)
Creates a StepGeneratingMapper for the specified deployment change. |
|
| Uses of Change in com.xebialabs.deployit.mapper.artifact |
|---|
| Constructors in com.xebialabs.deployit.mapper.artifact with parameters of type Change | |
|---|---|
ConfigurationFilesToHostMapper(Change<Deployment> c)
|
|
LibrariesToHostMapper(Change<Deployment> c)
|
|
SqlScriptToDatabaseMapper(Change<Deployment> change)
|
|
| Uses of Change in com.xebialabs.deployit.runbook |
|---|
| Methods in com.xebialabs.deployit.runbook with parameters of type Change | |
|---|---|
protected void |
HostConnectionRunbook.resolve(Change<Host> change,
ChangePlan changePlan,
java.util.List<Step> steps)
|
| Uses of Change in com.xebialabs.deployit.util |
|---|
| Methods in com.xebialabs.deployit.util with parameters of type Change | |
|---|---|
protected abstract void |
SingleTypeHandlingRunBook.resolve(Change<T> change,
ChangePlan changePlan,
java.util.List<Step> steps)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||