Uses of Class
com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl

Packages that use BambooStAXMappingHelperAbstractImpl
com.atlassian.bamboo.artifact   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.buildqueue.migration.stream   
com.atlassian.bamboo.deployments.environments.migration.stream   
com.atlassian.bamboo.deployments.projects.migration.stream   
com.atlassian.bamboo.deployments.projects.migration.stream.items   
com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming   
com.atlassian.bamboo.deployments.repository.migration.stream   
com.atlassian.bamboo.deployments.results.migration.stream   
com.atlassian.bamboo.deployments.results.migration.stream.variable   
com.atlassian.bamboo.deployments.versions.migration.stream   
com.atlassian.bamboo.deployments.versions.migration.stream.commits   
com.atlassian.bamboo.deployments.versions.migration.stream.issues   
com.atlassian.bamboo.deployments.versions.migration.stream.items   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.migration.stream.legacy   
com.atlassian.bamboo.migration.stream.notifications   
com.atlassian.bamboo.migration.stream.requirements   
com.atlassian.bamboo.migration.stream.userdata   
com.atlassian.bamboo.migration.stream.variable.baseline   
com.atlassian.bamboo.resultsummary.tests   
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.artifact
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.artifact
 class ArtifactMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.build.artifact
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.build.artifact
 class ArtifactLinkMapper
           
 class LegacyArtifactMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.buildqueue.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.buildqueue.migration.stream
 class AgentAssignmentMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.environments.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.environments.migration.stream
 class EnvironmentMapper
           
 class EnvironmentPropertiesMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.projects.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.projects.migration.stream
 class DeploymentProjectMapper
           
 class DeploymentProjectPropertiesMapper
          This mapper works only on DeploymentProject properties, no dependencies are involved
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.projects.migration.stream.items
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.projects.migration.stream.items
 class DeploymentProjectItemMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.projects.migration.stream.versionnaming
 class VersionNamingSchemeMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.repository.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.repository.migration.stream
 class EnvironmentRepositoryLinkMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.results.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.results.migration.stream
 class DeploymentResultCustomDataMapper
           
 class DeploymentResultMapper
           
 class DeploymentResultPropertiesMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.results.migration.stream.variable
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.results.migration.stream.variable
 class DeploymentVariableSubstitutionMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream
 class DeploymentVersionMapper
          DeploymentVersions are being persisted directly in this mapper
 class DeploymentVersionPropertiesMapper
           
 class DeploymentVersionStatusMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream.commits
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream.commits
 class DeploymentVersionVcsChangesetMapper
           
 class DeploymentVersionVcsCommitMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream.issues
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream.issues
 class DeploymentVersionLinkedJiraIssueMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream.items
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.deployments.versions.migration.stream.items
 class DeploymentVersionItemMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration
 class BambooStAXMappingListHelperAbstractImpl<T>
          Skeleton implementation of StAX based export-import helper class for lists.
 

Methods in com.atlassian.bamboo.migration with parameters of type BambooStAXMappingHelperAbstractImpl
static
<T> com.google.common.base.Function<T,java.lang.Void>
MapperUtil.exportXmlFunction(BambooStAXMappingHelperAbstractImpl<T> mapper, org.codehaus.staxmate.out.SMOutputElement rootElement, ExportDetailsBean exportDetailsBean)
           
static boolean MapperUtil.matchesElement(BambooStAXMappingHelperAbstractImpl mapper, java.lang.String elementName)
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream
 class AbstractChainMapper<T extends Chain>
           
 class AbstractPlanMapper<T extends Plan>
           
 class AbstractProjectDependencyMapper
           
 class AbstractProjectMapper
           
 class AbstractResultSummaryMapper<T extends ResultsSummary>
           
 class AceMapper
           
 class AclMapper
           
 class ArtifactDefinitionMapper
           
 class ArtifactSubscriptionMapper
           
 class AuditLogMapper
           
 class AuthorMapper
           
 class BandanaItemMapper
           
 class BuildDefinitionMapper
           
 class BuildNumberMapper
           
 class BuildResultSummaryMapper
           
 class CapabilitySetMapper
           
 class ChainBranchMapper
           
 class ChainBuildMapper
           
 class ChainMapper
           
 class ChainResultMapper
           
 class ChainStageMapper
           
 class CommentMapper
           
 class CommentRootMapper
           
 class CommitFilesMapper
           
 class CommitMapper
           
 class CommitRootMapper
           
 class ConsumedSubscriptionMapper
           
 class CustomBuildDataMapper
           
 class CustomDataMapper
           
 class ElasticImageConfigurationMapper
           
 class ElasticInstanceScheduleMapper
           
 class GroupMapper
          Deprecated. since 4.0, can be removed when import from 3.4 is no longer support
 class GroupMemberMapper
           
 class InstantMessagingServerMapper
           
 class JiraIssuesMapper
           
 class JobMapper
           
 class LabellingMapper
           
 class LabelMapper
           
 class LinkedJiraIssueRootMapper
           
 class LinkedJiraIssuesMapper
           
 class LocalCapabilitySetMapper
           
 class LoginInformationMapper
           
 class MailServerMapper
           
 class PipelineMapper
           
 class PlanRepositoryLinkMapper
           
 class PlanResultKeyListMapper
           
 class PlanVcsRevisionHistoryMapper
           
 class ProjectChainMapper
           
 class ProjectDependencyMapper
           
 class ProjectMapper
           
 class RelevantChangesetsMapper
           
 class RemoteAgentAuthenticationMapper
           
 class RemoteCapabilitySetMapper
           
 class RepositoryChangesetMapper
           
 class RepositoryDefinitionMapper
           
 class ServerIDMapper
          Imports and exports the server ID.
 class SharedCapabilityMapper
           
 class TrustedApplicationsMapper
           
 class UserMapper
          Deprecated. since 4.0, can be removed when import from 3.4 is no longer support
 class VariableContextSnapshotMapper
           
 class VariableDefinitionMapper
           
 class VariableSubstitutionMapper
           
 class VcsBranchMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.legacy
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.legacy
 class LegacyJiraServerMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.notifications
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.notifications
 class NotificationRuleMapper
           
 class NotificationSetMapper
          This mapper takes care of a notificationSet and notificationRules.
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.requirements
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.requirements
 class LegacyRequirementMapper
           
 class RequirementMapper
           
 class RequirementSetMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.userdata
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.userdata
 class ExternalEntityMapper
           
 class LocalGroupMapper
           
 class LocalUserMapper
           
 class PropertyEntryMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.variable.baseline
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.migration.stream.variable.baseline
 class VariableBaselineItemMapper
           
 class VariableContextBaselineMapper
           
 class VariableContextBaselinePropertiesMapper
           
 

Uses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.resultsummary.tests
 

Subclasses of BambooStAXMappingHelperAbstractImpl in com.atlassian.bamboo.resultsummary.tests
 class TestCaseMapper
           
 class TestCaseResultErrorMapper
           
 class TestCaseResultMapper
           
 class TestClassMapper
           
 class TestClassResultMapper
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.