Uses of Interface
com.atlassian.bamboo.specs.yaml.Node
Packages that use Node
Package
Description
-
Uses of Node in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return NodeMethods in com.atlassian.bamboo.build with parameters of type Node -
Uses of Node in com.atlassian.bamboo.build.configuration
Methods in com.atlassian.bamboo.build.configuration that return NodeModifier and TypeMethodDescription@Nullable NodeConcurrentBuildsPlanConfigurationPlugin.toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.configuration.ConcurrentBuildsProperties specsProperties) Methods in com.atlassian.bamboo.build.configuration with parameters of type Node -
Uses of Node in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring that return NodeModifier and TypeMethodDescription@Nullable NodeHangingBuildConfigurationPlugin.toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.configuration.HangingBuildConfigurationProperties specsProperties) @Nullable NodeHungBuildPlanConfigurationPlugin.toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.configuration.ForceStopBuildProperties specsProperties) Methods in com.atlassian.bamboo.build.monitoring with parameters of type NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.api.builders.plan.configuration.HangingBuildConfiguration@Nullable com.atlassian.bamboo.specs.api.builders.plan.configuration.ForceStopBuild -
Uses of Node in com.atlassian.bamboo.buildtrigger
Methods in com.atlassian.bamboo.buildtrigger that return NodeModifier and TypeMethodDescriptionPlansGreenConditionExporter.toYaml(com.atlassian.bamboo.specs.model.trigger.PlansGreenTriggerConditionProperties triggerConditionProperties) Methods in com.atlassian.bamboo.buildtrigger with parameters of type 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 NodeModifier and TypeMethodDescriptionstatic @NotNull ObjectYamlEmitterImpl.readProperty(@NotNull Node node) -
Uses of Node in com.atlassian.bamboo.deployments.configuration
Methods in com.atlassian.bamboo.deployments.configuration that return NodeModifier and TypeMethodDescriptiondefault <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 NodeModifier and TypeMethodDescriptiondefault <T extends com.atlassian.bamboo.specs.api.builders.deployment.configuration.EnvironmentPluginConfiguration<P>,P extends com.atlassian.bamboo.specs.api.model.deployment.configuration.EnvironmentPluginConfigurationProperties>
TDeprecated.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>
TRead configuration from YAMLNode. -
Uses of Node in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification that return NodeModifier and TypeMethodDescriptiondefault @Nullable NodeNotificationRecipientExporter.toYaml(com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties recipient) Produce YAML node and returnNotificationRecipientconfiguration.Methods in com.atlassian.bamboo.notification with parameters of type NodeModifier and TypeMethodDescriptiondefault com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<?, ?> Read YAML node and returnNotificationRecipientif found. -
Uses of Node in com.atlassian.bamboo.plugins.artifact.export
Methods in com.atlassian.bamboo.plugins.artifact.export that return NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.ArtifactDownloaderTaskArtifactDownloaderTaskExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.task.CleanWorkingDirectoryTaskCleanWorkingDirectoryTaskExporter.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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.trigger.BitbucketCloudTriggerBitbucketCloudTriggerExporter.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 NodeModifier and TypeMethodDescription@Nullable NodeBitbucketCloudImporterExporter.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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.cloud.BitbucketCloudRepositoryBitbucketCloudImporterExporter.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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.CommandTaskCommandTaskExporter.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 NodeModifier and TypeMethodDescription@Nullable NodeGitConfigurationExporter.toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.git.GitRepositoryProperties repo) Methods in com.atlassian.bamboo.plugins.git.v2.exporter with parameters of type NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.repository.git.GitRepositoryGitConfigurationExporter.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 NodeModifier and TypeMethodDescription@Nullable NodeGitHubConfigurationExporter.toYaml(@NotNull com.atlassian.bamboo.specs.model.repository.github.GitHubRepositoryProperties repo) Methods in com.atlassian.bamboo.plugins.github.exporter with parameters of type NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.repository.github.GitHubRepositoryGitHubConfigurationExporter.fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext) -
Uses of Node in com.atlassian.bamboo.plugins.github.trigger
Methods in com.atlassian.bamboo.plugins.github.trigger that return NodeModifier and TypeMethodDescription<T extends com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties>
@Nullable NodeGithubTriggerExporter.toYaml(T triggerProperties) Methods in com.atlassian.bamboo.plugins.github.trigger with parameters of type NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.trigger.GitHubTriggerGithubTriggerExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) -
Uses of Node in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven that return NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.MavenTaskMavenTaskExporter.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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.ScriptTaskScriptTaskExporter.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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.trigger.BitbucketServerTriggerBitbucketServerTriggerExporter.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 NodeModifier and TypeMethodDescription@Nullable NodeBitbucketServerExporter.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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.repository.bitbucket.server.BitbucketServerRepositoryBitbucketServerExporter.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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.TestParserTaskTestParserTaskExporter.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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.InjectVariablesTaskInjectVariablesTaskExporter.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 NodeModifier and TypeMethodDescription<T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeVcsBranchTaskExporter.toYaml(T taskProperties) @Nullable NodeVcsCheckoutTaskExporter.toYaml(@NotNull com.atlassian.bamboo.specs.api.model.task.TaskProperties genericTaskProperties) <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeVcsCommitTaskExporter.toYaml(T taskProperties) <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeVcsPushTaskExporter.toYaml(T taskProperties) <T extends com.atlassian.bamboo.specs.api.model.task.TaskProperties>
@Nullable NodeVcsTagTaskExporter.toYaml(T taskProperties) Methods in com.atlassian.bamboo.plugins.vcs.task.export with parameters of type NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.VcsBranchTaskVcsBranchTaskExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.task.VcsCheckoutTaskVcsCheckoutTaskExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.task.VcsCommitTaskVcsCommitTaskExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.task.VcsPushTaskVcsPushTaskExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.task.VcsTagTaskVcsTagTaskExporter.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 NodeModifier and TypeClassDescriptionclassNode containing a list of child nodes.Classes in com.atlassian.bamboo.specs.yaml that implement NodeModifier and TypeClassDescriptionclassclassclassNode containing a list of child nodes.classNode representing a dictionary-like YAML structure.classNode containing single string value.Methods in com.atlassian.bamboo.specs.yaml with type parameters of type NodeModifier and TypeMethodDescriptionBambooYamlParserUtils.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>
TCheck that the given node is of expected type.Get a property from a parsed YAML as aListof a particular type.MapNode.getOptionalList(@NotNull String property, @NotNull Class<T> expectedType) Get a property from a parsed YAML as aListof a particular type, if the property is present.Methods in com.atlassian.bamboo.specs.yaml that return NodeModifier and TypeMethodDescriptionstatic @NotNull NodeBambooYamlParserUtils.asNode(@Nullable Object obj, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) Transforms object generated by snakeyaml into aNodestructure.@NotNull NodeGet a property from a parsed YAML as a genericNode.Methods in com.atlassian.bamboo.specs.yaml that return types with arguments of type NodeModifier and TypeMethodDescriptionListNode.fromList(@NotNull List<?> list, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext) MapNode.getOptionalNode(@NotNull String property) Get a property from a parsed YAML as a genericNodeif it's present.Methods in com.atlassian.bamboo.specs.yaml with parameters of type NodeModifier and TypeMethodDescriptionstatic <T extends Node>
TCheck that the given node is of expected type.Method parameters in com.atlassian.bamboo.specs.yaml with type arguments of type Node -
Uses of Node in com.atlassian.bamboo.task.condition
Methods in com.atlassian.bamboo.task.condition that return NodeModifier and TypeMethodDescriptiondefault @Nullable NodeTaskCondition.toYaml(@NotNull com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties condition) Methods in com.atlassian.bamboo.task.condition with parameters of type NodeModifier and TypeMethodDescriptiondefault com.atlassian.bamboo.specs.api.builders.condition.TaskConditionTaskCondition.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 NodeModifier and TypeMethodDescription@Nullable NodeDefaultTaskDefinitionExporter.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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.api.builders.task.AnyTaskDefaultTaskDefinitionExporter.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 NodeModifier and TypeMethodDescription@Nullable NodeDefaultTriggerConditionExporter.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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.api.builders.trigger.TriggerConditiondefault <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 NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulDeploymentTriggerAfterSuccessfulDeploymentTriggerExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulBuildPlanTriggerAfterSuccessfulPlanTriggerExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.trigger.AfterSuccessfulStageTriggerAfterSuccessfulStageTriggerExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.trigger.RemoteTriggerRemoteTriggerDefinitionExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTriggerRepositoryPollingTriggerDefinitionExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.api.builders.trigger.TriggerScheduledTriggerDefinitionExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context) @Nullable com.atlassian.bamboo.specs.builders.trigger.TagTriggerTagTriggerDefinitionExporter.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 NodeModifier and TypeMethodDescriptiondefault @Nullable NodeConvert configuration of this plugin from Bamboo Specs to YAML structure.Methods in com.atlassian.bamboo.v2.build with parameters of type Node -
Uses of Node in com.atlassian.bamboo.vcs.export
Methods in com.atlassian.bamboo.vcs.export that return NodeModifier and TypeMethodDescription@Nullable NodeDefaultVcsRepositoryDataExporter.toYaml(@NotNull com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties repo) @NotNull NodeDefaultVcsRepositoryViewerExporter.toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties) @Nullable NodeNoConfigVcsRepositoryViewerExporter.toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties) default @Nullable NodeMethods in com.atlassian.bamboo.vcs.export with parameters of type NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.api.builders.repository.AnyVcsRepositoryDefaultVcsRepositoryDataExporter.fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext) @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewer@Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerdefault BVcsRepositoryDataExporter.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 NodeModifier and TypeMethodDescription@Nullable NodeFishEyeRepositoryViewerExporter.toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties) Methods in com.atlassian.bamboo.vcs.viewer.fisheye with parameters of type Node -
Uses of Node in com.atlassian.bamboo.vcs.viewer.generic
Methods in com.atlassian.bamboo.vcs.viewer.generic that return NodeModifier and TypeMethodDescription@Nullable NodeGenericRepositoryViewerExporter.toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties) Methods in com.atlassian.bamboo.vcs.viewer.generic with parameters of type Node -
Uses of Node in com.atlassian.bamboo.vcs.viewer.module
Methods in com.atlassian.bamboo.vcs.viewer.module that return NodeModifier and TypeMethodDescriptiondefault @Nullable NodeVcsRepositoryViewerExporter.toYaml(com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties entityProperties) Produce YAML node and returnVcsRepositoryViewerPropertiesconfiguration.Methods in com.atlassian.bamboo.vcs.viewer.module with parameters of type NodeModifier and TypeMethodDescriptiondefault @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerRead YAML node and returnVcsRepositoryViewerif found. -
Uses of Node in com.atlassian.bamboo.warnings.export
Methods in com.atlassian.bamboo.warnings.export that return NodeModifier and TypeMethodDescription<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 NodeModifier and TypeMethodDescription@Nullable com.atlassian.bamboo.specs.builders.task.BuildWarningParserTaskWarningsTaskExporter.fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)