Uses of Interface
com.atlassian.bamboo.specs.yaml.Node
-
-
Uses of Node in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return Node Modifier and Type Method Description default @Nullable Node
BuildTriggerConditionExporter. toYaml(P triggerConditionProperties)
Methods in com.atlassian.bamboo.build with parameters of type Node Modifier and Type Method Description default <T extends com.atlassian.bamboo.specs.api.builders.trigger.TriggerCondition<T,P>>
TBuildTriggerConditionExporter. fromYaml(Node node)
-
Uses of Node in com.atlassian.bamboo.build.configuration
Methods in com.atlassian.bamboo.build.configuration that return Node Modifier and Type Method Description @Nullable Node
ConcurrentBuildsPlanConfigurationPlugin. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties specsProperties)
Methods in com.atlassian.bamboo.build.configuration with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuilds
ConcurrentBuildsPlanConfigurationPlugin. fromYaml(@NotNull Node node)
-
Uses of Node in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring that return Node Modifier and Type Method Description @Nullable Node
HungBuildPlanConfigurationPlugin. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.configuration.ForceStopBuildProperties specsProperties)
Methods in com.atlassian.bamboo.build.monitoring with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.plan.configuration.ForceStopBuild
HungBuildPlanConfigurationPlugin. fromYaml(Node node)
-
Uses of Node in com.atlassian.bamboo.buildtrigger
Methods in com.atlassian.bamboo.buildtrigger that return Node Modifier and Type Method Description Node
PlansGreenConditionExporter. toYaml(com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties triggerConditionProperties)
Methods in com.atlassian.bamboo.buildtrigger with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.PlansGreenTriggerCondition
PlansGreenConditionExporter. fromYaml(@NotNull Node node)
-
Uses of Node in com.atlassian.bamboo.configuration.external.yaml.export
Methods in com.atlassian.bamboo.configuration.external.yaml.export with parameters of type Node Modifier and Type Method Description static @NotNull Object
YamlEmitterImpl. readProperty(@NotNull Node node)
-
Uses of Node in com.atlassian.bamboo.deployments.configuration
Methods in com.atlassian.bamboo.deployments.configuration that return Node Modifier and Type Method Description default <T extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<P>,P extends com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties>
@Nullable NodeCustomEnvironmentConfigPluginExporter. toYaml(P specsProperties)
Convert configuration of this plugin from Bamboo Specs to YAML structure.Methods in com.atlassian.bamboo.deployments.configuration with parameters of type Node Modifier and Type Method Description default <T extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<P>,P extends com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties>
TCustomEnvironmentConfigPluginExporter. fromYaml(@NotNull Node node)
Deprecated.since 8.1.default <T extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<P>,P extends com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties>
TCustomEnvironmentConfigPluginExporter. fromYaml(@NotNull String key, @NotNull Node node)
Read configuration from YAMLNode
. -
Uses of Node in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return Node Modifier and Type Method Description default @Nullable Node
NotificationRecipientExporter. toYaml(com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties recipient)
Produce YAML node and returnNotificationRecipient
configuration.Methods in com.atlassian.bamboo.notification with parameters of type Node Modifier and Type Method Description default com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<?,?>
NotificationRecipientExporter. fromYaml(@NotNull Node recipientsNode)
Read YAML node and returnNotificationRecipient
if found. -
Uses of Node in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeArtifactDownloaderTaskExporter. toYaml(T genericTaskProperties)
<T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeCleanWorkingDirectoryTaskExporter. toYaml(T taskProperties)
Methods in com.atlassian.bamboo.plugins.artifact.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTask
ArtifactDownloaderTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTask
CleanWorkingDirectoryTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.bitbucket.trigger
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeBitbucketCloudTriggerExporter. toYaml(T triggerProperties)
Methods in com.atlassian.bamboo.plugins.bitbucket.trigger with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.BitbucketCloudTrigger
BitbucketCloudTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.bitbucket.v2.export
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.export that return Node Modifier and Type Method Description @Nullable Node
BitbucketCloudImporterExporter. toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.cloud.BitbucketCloudRepositoryProperties repo)
Methods in com.atlassian.bamboo.plugins.bitbucket.v2.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepository
BitbucketCloudImporterExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of Node in com.atlassian.bamboo.plugins.command.task.export
Methods in com.atlassian.bamboo.plugins.command.task.export that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeCommandTaskExporter. toYaml(T genericTaskProperties)
Methods in com.atlassian.bamboo.plugins.command.task.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.CommandTask
CommandTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.git.v2.exporter
Methods in com.atlassian.bamboo.plugins.git.v2.exporter that return Node Modifier and Type Method Description @Nullable Node
GitConfigurationExporter. toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repo)
Methods in com.atlassian.bamboo.plugins.git.v2.exporter with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.git.GitRepository
GitConfigurationExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of Node in com.atlassian.bamboo.plugins.github.exporter
Methods in com.atlassian.bamboo.plugins.github.exporter that return Node Modifier and Type Method Description @Nullable Node
GitHubConfigurationExporter. toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repo)
Methods in com.atlassian.bamboo.plugins.github.exporter with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.github.GitHubRepository
GitHubConfigurationExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of Node in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeMavenTaskExporter. toYaml(T taskProperties)
Methods in com.atlassian.bamboo.plugins.maven with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.MavenTask
MavenTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.script.task.export
Methods in com.atlassian.bamboo.plugins.script.task.export that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeScriptTaskExporter. toYaml(T genericTaskProperties)
Methods in com.atlassian.bamboo.plugins.script.task.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.ScriptTask
ScriptTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.stash.trigger
Methods in com.atlassian.bamboo.plugins.stash.trigger that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeBitbucketServerTriggerExporter. toYaml(T triggerProperties)
Methods in com.atlassian.bamboo.plugins.stash.trigger with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.BitbucketServerTrigger
BitbucketServerTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.stash.v2.exporter
Methods in com.atlassian.bamboo.plugins.stash.v2.exporter that return Node Modifier and Type Method Description @Nullable Node
BitbucketServerExporter. toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.bitbucket.server.BitbucketServerRepositoryProperties repo)
Methods in com.atlassian.bamboo.plugins.stash.v2.exporter with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepository
BitbucketServerExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
-
Uses of Node in com.atlassian.bamboo.plugins.testresultparser.task.exporter
Methods in com.atlassian.bamboo.plugins.testresultparser.task.exporter that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeTestParserTaskExporter. toYaml(T genericTaskProperties)
Methods in com.atlassian.bamboo.plugins.testresultparser.task.exporter with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.TestParserTask
TestParserTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.variable.export
Methods in com.atlassian.bamboo.plugins.variable.export that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeInjectVariablesTaskExporter. toYaml(T genericTaskProperties)
Methods in com.atlassian.bamboo.plugins.variable.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.InjectVariablesTask
InjectVariablesTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.plugins.vcs.task.export
Methods in com.atlassian.bamboo.plugins.vcs.task.export that return Node Modifier and Type Method Description @Nullable Node
VcsCheckoutTaskExporter. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties genericTaskProperties)
Methods in com.atlassian.bamboo.plugins.vcs.task.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.VcsCheckoutTask
VcsCheckoutTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.specs.yaml
Classes in com.atlassian.bamboo.specs.yaml with type parameters of type Node Modifier and Type Class Description class
ListNode<T extends Node>
Node containing a list of child nodes.Classes in com.atlassian.bamboo.specs.yaml that implement Node Modifier and Type Class Description class
BaseNode
class
BooleanNode
class
ListNode<T extends Node>
Node containing a list of child nodes.class
MapNode
Node representing a dictionary-like YAML structure.class
StringNode
Node containing single string value.Methods in com.atlassian.bamboo.specs.yaml with type parameters of type Node Modifier and Type Method Description <X extends Node>
@NotNull ListNode<X>ListNode. asListOf(@NotNull Class<X> expectedType)
static <T extends Node>
@NotNull List<T>BambooYamlParserUtils. checkListType(@NotNull List<? extends Node> list, @NotNull Class<T> expectedType)
Check that all elements of the given list are of expected type.static <T extends Node>
TBambooYamlParserUtils. checkType(@NotNull Node node, @NotNull Class<T> expectedType)
Check that the given node is of expected type.<T extends Node>
@NotNull ListNode<T>MapNode. getList(@NotNull String property, @NotNull Class<T> expectedType)
Get a property from a parsed YAML as aList
of a particular type.<T extends Node>
@NotNull Optional<ListNode<T>>MapNode. getOptionalList(@NotNull String property, @NotNull Class<T> expectedType)
Get a property from a parsed YAML as aList
of a particular type, if the property is present.Methods in com.atlassian.bamboo.specs.yaml that return Node Modifier and Type Method Description static @NotNull Node
BambooYamlParserUtils. asNode(@Nullable Object obj, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
Transforms object generated by snakeyaml into aNode
structure.@NotNull Node
MapNode. getNode(@NotNull String property)
Get a property from a parsed YAML as a genericNode
.Methods in com.atlassian.bamboo.specs.yaml that return types with arguments of type Node Modifier and Type Method Description static @NotNull ListNode<Node>
ListNode. fromList(@NotNull List<?> list, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)
@NotNull Optional<Node>
MapNode. getOptionalNode(@NotNull String property)
Get a property from a parsed YAML as a genericNode
if it's present.Methods in com.atlassian.bamboo.specs.yaml with parameters of type Node Modifier and Type Method Description static <T extends Node>
TBambooYamlParserUtils. checkType(@NotNull Node node, @NotNull Class<T> expectedType)
Check that the given node is of expected type.Method parameters in com.atlassian.bamboo.specs.yaml with type arguments of type Node Modifier and Type Method Description static <T extends Node>
@NotNull List<T>BambooYamlParserUtils. checkListType(@NotNull List<? extends Node> list, @NotNull Class<T> expectedType)
Check that all elements of the given list are of expected type. -
Uses of Node in com.atlassian.bamboo.task.condition
Methods in com.atlassian.bamboo.task.condition that return Node Modifier and Type Method Description default @Nullable Node
TaskCondition. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties condition)
Methods in com.atlassian.bamboo.task.condition with parameters of type Node Modifier and Type Method Description default com.atlassian.bamboo.specs.api.builders.condition.TaskCondition
TaskCondition. fromYaml(@NotNull Node node, @NotNull TaskValidationContext validationContext)
Parse YAML representation of condition. -
Uses of Node in com.atlassian.bamboo.task.export
Methods in com.atlassian.bamboo.task.export that return Node Modifier and Type Method Description @Nullable Node
DefaultTaskDefinitionExporter. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties taskProperties)
default <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeTaskDefinitionExporter. toYaml(T taskProperties)
Convert task definition to YAML node.Methods in com.atlassian.bamboo.task.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.task.AnyTask
DefaultTaskDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
default <T extends com.atlassian.bamboo.specs.api.builders.task.Task<T,P>,P extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
TTaskDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
Parse YAML node to Task Specs builder. -
Uses of Node in com.atlassian.bamboo.trigger.export
Methods in com.atlassian.bamboo.trigger.export that return Node Modifier and Type Method Description @Nullable Node
DefaultTriggerConditionExporter. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerConditionProperties triggerConditionProperties)
default <T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeTriggerDefinitionExporter. toYaml(T triggerProperties)
Convert trigger definition to YAML node.Methods in com.atlassian.bamboo.trigger.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.trigger.TriggerCondition
DefaultTriggerConditionExporter. fromYaml(@NotNull Node node)
default <T extends com.atlassian.bamboo.specs.api.builders.trigger.Trigger<T,P>,P extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
TTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
Parse YAML node to Trigger Specs builder. -
Uses of Node in com.atlassian.bamboo.trigger.exporters
Methods in com.atlassian.bamboo.trigger.exporters that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeAfterSuccessfulDeploymentTriggerExporter. toYaml(T triggerProperties)
<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeAfterSuccessfulPlanTriggerExporter. toYaml(T triggerProperties)
<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeAfterSuccessfulStageTriggerExporter. toYaml(T triggerProperties)
<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeRemoteTriggerDefinitionExporter. toYaml(T triggerProperties)
<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeRepositoryPollingTriggerDefinitionExporter. toYaml(T triggerProperties)
<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeScheduledTriggerDefinitionExporter. toYaml(T triggerProperties)
<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeTagTriggerDefinitionExporter. toYaml(T triggerProperties)
Methods in com.atlassian.bamboo.trigger.exporters with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulDeploymentTrigger
AfterSuccessfulDeploymentTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTrigger
AfterSuccessfulPlanTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTrigger
AfterSuccessfulStageTriggerExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
RemoteTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
RepositoryPollingTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.api.builders.trigger.Trigger
ScheduledTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
@Nullable com.atlassian.bamboo.specs.builders.trigger.TagTrigger
TagTriggerDefinitionExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-
Uses of Node in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return Node Modifier and Type Method Description default @Nullable Node
ImportExportAwarePlugin. toYaml(P specsProperties)
Convert configuration of this plugin from Bamboo Specs to YAML structure.Methods in com.atlassian.bamboo.v2.build with parameters of type Node Modifier and Type Method Description default T
ImportExportAwarePlugin. fromYaml(Node node)
Import configuration of this plugin from YAML node to Bamboo Specs entity. -
Uses of Node in com.atlassian.bamboo.vcs.export
Methods in com.atlassian.bamboo.vcs.export that return Node Modifier and Type Method Description @Nullable Node
DefaultVcsRepositoryDataExporter. toYaml(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties repo)
@NotNull Node
DefaultVcsRepositoryViewerExporter. toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties)
@Nullable Node
NoConfigVcsRepositoryViewerExporter. toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties)
default @Nullable Node
VcsRepositoryDataExporter. toYaml(P repositoryProperties)
Methods in com.atlassian.bamboo.vcs.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepository
DefaultVcsRepositoryDataExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)
@Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
DefaultVcsRepositoryViewerExporter. fromYaml(@NotNull Node node)
@Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
NoConfigVcsRepositoryViewerExporter. fromYaml(@NotNull Node node)
default B
VcsRepositoryDataExporter. fromYaml(@NotNull String name, @NotNull Node config, @NotNull TaskValidationContext validationContext)
-
Uses of Node in com.atlassian.bamboo.vcs.viewer.fisheye
Methods in com.atlassian.bamboo.vcs.viewer.fisheye that return Node Modifier and Type Method Description @Nullable Node
FishEyeRepositoryViewerExporter. toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties)
Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
FishEyeRepositoryViewerExporter. fromYaml(@NotNull Node node)
-
Uses of Node in com.atlassian.bamboo.vcs.viewer.generic
Methods in com.atlassian.bamboo.vcs.viewer.generic that return Node Modifier and Type Method Description @Nullable Node
GenericRepositoryViewerExporter. toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties)
Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
GenericRepositoryViewerExporter. fromYaml(@NotNull Node node)
-
Uses of Node in com.atlassian.bamboo.vcs.viewer.module
Methods in com.atlassian.bamboo.vcs.viewer.module that return Node Modifier and Type Method Description default @Nullable Node
VcsRepositoryViewerExporter. toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties)
Produce YAML node and returnVcsRepositoryViewerProperties
configuration.Methods in com.atlassian.bamboo.vcs.viewer.module with parameters of type Node Modifier and Type Method Description default @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer
VcsRepositoryViewerExporter. fromYaml(@NotNull Node node)
Read YAML node and returnVcsRepositoryViewer
if found. -
Uses of Node in com.atlassian.bamboo.warnings.export
Methods in com.atlassian.bamboo.warnings.export that return Node Modifier and Type Method Description <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeWarningsTaskExporter. toYaml(T taskProperties)
Methods in com.atlassian.bamboo.warnings.export with parameters of type Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.builders.task.BuildWarningParserTask
WarningsTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-