Uses of Interface
com.atlassian.bamboo.serialization.WhitelistedSerializable
-
-
Uses of WhitelistedSerializable in com.atlassian.bamboo.build.warning
Classes in com.atlassian.bamboo.build.warning that implement WhitelistedSerializable Modifier and Type Class Description class
WarningAnnotation
-
Uses of WhitelistedSerializable in com.atlassian.bamboo.core
Classes in com.atlassian.bamboo.core that implement WhitelistedSerializable Modifier and Type Class Description class
BambooEntityOid
Unique identifier assigned to Bamboo entities. -
Uses of WhitelistedSerializable in com.atlassian.bamboo.plugins.artifact
Classes in com.atlassian.bamboo.plugins.artifact that implement WhitelistedSerializable Modifier and Type Class Description class
AvailableArtifacts
class
RequestedArtifacts
static class
RequestedArtifacts.Request
Methods in com.atlassian.bamboo.plugins.artifact that return types with arguments of type WhitelistedSerializable Modifier and Type Method Description @NotNull Map<String,WhitelistedSerializable>
ArtifactDownloaderRuntimeDataProvider. createRuntimeTaskData(@NotNull RuntimeTaskDefinition taskDefinition, @NotNull CommonContext commonContext)
-
Uses of WhitelistedSerializable in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return types with arguments of type WhitelistedSerializable Modifier and Type Method Description default @NotNull Map<String,WhitelistedSerializable>
RuntimeTaskDataProvider. createRuntimeTaskData(@NotNull RuntimeTaskDefinition taskDefinition, @NotNull CommonContext commonContext)
Server side pre-build action that may be implemented by task.@Nullable Map<String,WhitelistedSerializable>
CommonTaskContext. getRuntimeTaskData()
@Nullable Map<String,WhitelistedSerializable>
CommonTaskContextImpl. getRuntimeTaskData()
-
Uses of WhitelistedSerializable in com.atlassian.bamboo.task.runtime
Methods in com.atlassian.bamboo.task.runtime that return types with arguments of type WhitelistedSerializable Modifier and Type Method Description @NotNull Map<String,WhitelistedSerializable>
RuntimeTaskDefinition. getRuntimeData()
@NotNull Map<String,WhitelistedSerializable>
RuntimeTaskDefinitionImpl. getRuntimeData()
Method parameters in com.atlassian.bamboo.task.runtime with type arguments of type WhitelistedSerializable Modifier and Type Method Description void
RuntimeTaskDefinitionImpl. setRuntimeData(Map<String,WhitelistedSerializable> runtimeData)
-
Uses of WhitelistedSerializable in com.atlassian.bamboo.warnings
Classes in com.atlassian.bamboo.warnings that implement WhitelistedSerializable Modifier and Type Class Description class
WarningsParsingLogInterceptor
-