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 NodeBuildTriggerConditionExporter. 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 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 Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.plan.configuration.ConcurrentBuildsConcurrentBuildsPlanConfigurationPlugin. 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 NodeHungBuildPlanConfigurationPlugin. 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.ForceStopBuildHungBuildPlanConfigurationPlugin. 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 NodePlansGreenConditionExporter. 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.PlansGreenTriggerConditionPlansGreenConditionExporter. 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 ObjectYamlEmitterImpl. 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 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 Node Modifier and Type Method Description default com.atlassian.bamboo.specs.api.builders.notification.NotificationRecipient<?,?>NotificationRecipientExporter. fromYaml(@NotNull Node recipientsNode)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 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.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 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.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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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 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.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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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.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.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 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.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 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.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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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 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.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 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.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 Node Modifier and Type Method Description @Nullable NodeVcsCheckoutTaskExporter. 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.VcsCheckoutTaskVcsCheckoutTaskExporter. 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 classListNode<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 classBaseNodeclassBooleanNodeclassListNode<T extends Node>Node containing a list of child nodes.classMapNodeNode representing a dictionary-like YAML structure.classStringNodeNode 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 aListof 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 aListof 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 NodeBambooYamlParserUtils. asNode(@Nullable Object obj, @NotNull com.atlassian.bamboo.specs.api.validators.common.ValidationContext validationContext)Transforms object generated by snakeyaml into aNodestructure.@NotNull NodeMapNode. 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 genericNodeif 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 NodeTaskCondition. 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.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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @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 Node Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.trigger.TriggerConditionDefaultTriggerConditionExporter. 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.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 Node Modifier and Type Method Description default @Nullable NodeImportExportAwarePlugin. 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 TImportExportAwarePlugin. 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 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 NodeVcsRepositoryDataExporter. 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.AnyVcsRepositoryDefaultVcsRepositoryDataExporter. fromYaml(@NotNull String name, @NotNull Node node, @NotNull TaskValidationContext validationContext)@Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerDefaultVcsRepositoryViewerExporter. fromYaml(@NotNull Node node)@Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerNoConfigVcsRepositoryViewerExporter. fromYaml(@NotNull Node node)default 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 Node Modifier and Type Method Description @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 Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerFishEyeRepositoryViewerExporter. 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 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 Modifier and Type Method Description @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerGenericRepositoryViewerExporter. 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 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 Node Modifier and Type Method Description default @Nullable com.atlassian.bamboo.specs.api.builders.repository.viewer.VcsRepositoryViewerVcsRepositoryViewerExporter. fromYaml(@NotNull Node node)Read YAML node and returnVcsRepositoryViewerif 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.BuildWarningParserTaskWarningsTaskExporter. fromYaml(@NotNull Node node, @NotNull TaskValidationContext context)
-