Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
J
L
R
S
T
V
W
A
addFile(String, Resource)
- Method in class com.xebialabs.deployit.test.support.onthefly.
JarOnTheFly
addServlet(Class<? extends Servlet>)
- Method in class com.xebialabs.deployit.test.support.onthefly.
WarOnTheFly
addWarOnTheFly(WarOnTheFly)
- Method in class com.xebialabs.deployit.test.support.onthefly.
EarOnTheFly
addWebXml()
- Method in class com.xebialabs.deployit.test.support.onthefly.
WarOnTheFly
assertItestServletSucceeds(Host, int, Class<? extends Servlet>)
- Static method in class com.xebialabs.deployit.test.support.utils.
ItestUtils
assertItestServletSucceeds(Host, int, Class<? extends Servlet>, String)
- Static method in class com.xebialabs.deployit.test.support.utils.
ItestUtils
assertOneResolutionAndGetItsSteps(Collection<ChangeResolution>)
- Static method in class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
assertResolutionLengthAndGetItsSteps(Collection<ChangeResolution>, int)
- Static method in class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
assertStepOccursOnce(List<Step>, Class<T>)
- Static method in class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
assertStepReturns(Step, boolean)
- Static method in class com.xebialabs.deployit.test.support.utils.
ItestUtils
assertStepSucceeds(Step)
- Static method in class com.xebialabs.deployit.test.support.utils.
ItestUtils
assertTypeSequence(List<T>, Class<?>...)
- Static method in class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
C
com.xebialabs.deployit.test.support
- package com.xebialabs.deployit.test.support
Test support for the
Deployit
plugin API
com.xebialabs.deployit.test.support.onthefly
- package com.xebialabs.deployit.test.support.onthefly
com.xebialabs.deployit.test.support.stubs
- package com.xebialabs.deployit.test.support.stubs
com.xebialabs.deployit.test.support.utils
- package com.xebialabs.deployit.test.support.utils
createItestEar(Class<? extends Servlet>)
- Static method in class com.xebialabs.deployit.test.support.utils.
ItestUtils
Creates an actual EAR file in a temporary location that contains a servlet of the given class, mapped to the context root given by
ItestUtils.ITEST_WAR_NAME
.
D
DebugStepExecutionContext
- Class in
com.xebialabs.deployit.test.support.utils
DebugStepExecutionContext()
- Constructor for class com.xebialabs.deployit.test.support.utils.
DebugStepExecutionContext
E
EarOnTheFly
- Class in
com.xebialabs.deployit.test.support.onthefly
Constructs an EAR for testing, accepting multiple
WARs
as entries.
EarOnTheFly(String)
- Constructor for class com.xebialabs.deployit.test.support.onthefly.
EarOnTheFly
evaluateTemplate(VelocityContext, String)
- Static method in class com.xebialabs.deployit.test.support.utils.
VelocityUtils
G
getChanges()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChangePlan
getConfigurationItemClass()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
getConfigurationItemType()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
getEnumProperty()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
getIntProperty()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
getName()
- Method in class com.xebialabs.deployit.test.support.onthefly.
EarOnTheFly
getName()
- Method in class com.xebialabs.deployit.test.support.onthefly.
WarOnTheFly
getNewRevision()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
getOldRevision()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
getStepClassPredicate(Class<T>)
- Static method in class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
getStepsOfClass(List<Step>, Class<T>)
- Static method in class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
getStringProperty()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
I
isAddition()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
isBooleanProperty()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
isDeletion()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
isModification()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
ITEST_EAR_NAME
- Static variable in class com.xebialabs.deployit.test.support.utils.
ItestUtils
ITEST_SUCCESS_MESSAGE
- Static variable in class com.xebialabs.deployit.test.support.utils.
ItestUtils
ITEST_WAR_NAME
- Static variable in class com.xebialabs.deployit.test.support.utils.
ItestUtils
ItestUtils
- Class in
com.xebialabs.deployit.test.support.utils
ItestUtils()
- Constructor for class com.xebialabs.deployit.test.support.utils.
ItestUtils
J
JarOnTheFly
- Class in
com.xebialabs.deployit.test.support.onthefly
Constructs a JAR for testing, accepting multiple
resources
as entries and writing the actual JAR file to a temporary directory.
JarOnTheFly()
- Constructor for class com.xebialabs.deployit.test.support.onthefly.
JarOnTheFly
L
logError(String)
- Method in class com.xebialabs.deployit.test.support.utils.
DebugStepExecutionContext
logOutput(String)
- Method in class com.xebialabs.deployit.test.support.utils.
DebugStepExecutionContext
R
regexMatch(String, String)
- Static method in class com.xebialabs.deployit.test.support.utils.
RegexUtils
RegexUtils
- Class in
com.xebialabs.deployit.test.support.utils
RegexUtils()
- Constructor for class com.xebialabs.deployit.test.support.utils.
RegexUtils
resourceToFile(Resource)
- Static method in class com.xebialabs.deployit.test.support.utils.
ItestUtils
RunBookTestUtils
- Class in
com.xebialabs.deployit.test.support.utils
Provides assertions frequently used when unit testing
runbooks
.
RunBookTestUtils()
- Constructor for class com.xebialabs.deployit.test.support.utils.
RunBookTestUtils
S
setBooleanProperty(boolean)
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
setEnumProperty(StubConfigurationItem.EnumValues)
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
setIntProperty(int)
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
setStringProperty(String)
- Method in class com.xebialabs.deployit.test.support.stubs.
StubConfigurationItem
StubChange
<
T
extends java.io.Serializable> - Class in
com.xebialabs.deployit.test.support.stubs
StubChange(T, T)
- Constructor for class com.xebialabs.deployit.test.support.stubs.
StubChange
StubChangePlan
- Class in
com.xebialabs.deployit.test.support.stubs
StubChangePlan(Change<?>...)
- Constructor for class com.xebialabs.deployit.test.support.stubs.
StubChangePlan
StubConfigurationItem
- Class in
com.xebialabs.deployit.test.support.stubs
StubMapper
<
S
extends java.io.Serializable,
M
extends com.xebialabs.deployit.ci.mapping.Mapping,
T
extends java.io.Serializable> - Class in
com.xebialabs.deployit.test.support.stubs
StubMapper(Change<Deployment>)
- Constructor for class com.xebialabs.deployit.test.support.stubs.
StubMapper
T
toString()
- Method in class com.xebialabs.deployit.test.support.stubs.
StubChange
V
VelocityUtils
- Class in
com.xebialabs.deployit.test.support.utils
VelocityUtils()
- Constructor for class com.xebialabs.deployit.test.support.utils.
VelocityUtils
W
WarOnTheFly
- Class in
com.xebialabs.deployit.test.support.onthefly
Constructs a WAR for testing, accepting multiple
resources
and test
servlets
as entries.
WarOnTheFly(String)
- Constructor for class com.xebialabs.deployit.test.support.onthefly.
WarOnTheFly
write(File)
- Method in class com.xebialabs.deployit.test.support.onthefly.
JarOnTheFly
writeToTemporaryFile()
- Method in class com.xebialabs.deployit.test.support.onthefly.
EarOnTheFly
writeToTemporaryFile(String, String)
- Method in class com.xebialabs.deployit.test.support.onthefly.
JarOnTheFly
writeToTemporaryFile()
- Method in class com.xebialabs.deployit.test.support.onthefly.
WarOnTheFly
A
C
D
E
G
I
J
L
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009. All Rights Reserved.