Class and Description |
---|
org.conqat.lib.commons.options.CmdLine
Use the CommandLine class instead.
|
Enum and Description |
---|
org.conqat.engine.service.shared.client.EServiceApiVersion
Use @PublicApi to version new api endpoints, which uses a
versioning scheme that matches the Teamscale version.
|
Method and Description |
---|
org.conqat.lib.commons.filesystem.CanonicalFile.getAbsoluteFile() |
org.conqat.lib.commons.filesystem.CanonicalFile.getAbsolutePath() |
org.conqat.lib.commons.filesystem.CanonicalFile.getPath() |
org.conqat.engine.service.shared.client.ServiceClientCallable.put(IDeserializationFormat<R>, String)
PUT requests should always have a body
|
eu.cqse.check.framework.shallowparser.TokenStreamUtils.tokenTypesAt(List<IToken>, int, ETokenType...)
use
TokenStreamUtils.hasTokenTypeSequence(List, int, ETokenType...)
instead. I leave the method here to avoid hidden merge conflicts.
Can be removed after some releases. |