|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NameProvider in com.atlassian.bamboo |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo | |
---|---|
interface |
Describable
|
Uses of NameProvider in com.atlassian.bamboo.author |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.author | |
---|---|
interface |
Author
|
interface |
ExtendedAuthor
|
Classes in com.atlassian.bamboo.author that implement NameProvider | |
---|---|
class |
AuthorImpl
|
class |
ChangeAuthor
|
Uses of NameProvider in com.atlassian.bamboo.build |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.build | |
---|---|
interface |
Build
Deprecated. since 2.7 as there are no more buildable top level plans |
interface |
Buildable
|
interface |
Job
|
Classes in com.atlassian.bamboo.build that implement NameProvider | |
---|---|
class |
AbstractBuildable
|
class |
BuildObjectForTests
Information about a build under Continuous Integration. |
class |
DefaultBuild
|
class |
DefaultJob
|
class |
TestBuildObjectForTests
|
Uses of NameProvider in com.atlassian.bamboo.chains |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.chains | |
---|---|
interface |
Chain
|
interface |
ChainStage
|
interface |
ChainStageResult
Represents the result of a ChainStage execution |
Classes in com.atlassian.bamboo.chains that implement NameProvider | |
---|---|
class |
ChainStageImpl
|
class |
ChainStageResultImpl
|
class |
DefaultChain
|
Uses of NameProvider in com.atlassian.bamboo.plan |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.plan | |
---|---|
interface |
Plan
|
interface |
TopLevelPlan
Marker interface that specifies that the implementing Plan is a 'top level' object |
Classes in com.atlassian.bamboo.plan that implement NameProvider | |
---|---|
class |
AbstractPlan
|
class |
PlanPermissionSkeleton
|
Uses of NameProvider in com.atlassian.bamboo.plan.artifact |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.plan.artifact | |
---|---|
interface |
ArtifactDefinition
|
interface |
ArtifactDefinitionBase
|
interface |
ArtifactDefinitionContext
This class contains additional artifact infromation. |
interface |
ArtifactSubscription
Interface for Artifact Subscription |
interface |
ArtifactSubscriptionSubstitutionAware
|
interface |
ConsumedSubscription
|
Classes in com.atlassian.bamboo.plan.artifact that implement NameProvider | |
---|---|
class |
ArtifactDefinitionContextImpl
|
class |
ArtifactDefinitionImpl
|
class |
ArtifactSubscriptionImpl
|
class |
ArtifactSubscriptionSubstitutionAwareImpl
|
class |
ConsumedSubscriptionImpl
|
Uses of NameProvider in com.atlassian.bamboo.plugins.hg |
---|
Classes in com.atlassian.bamboo.plugins.hg that implement NameProvider | |
---|---|
class |
HgRepository
|
Uses of NameProvider in com.atlassian.bamboo.project |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.project | |
---|---|
interface |
Project
Represents a Bamboo project object. |
Classes in com.atlassian.bamboo.project that implement NameProvider | |
---|---|
class |
DefaultProject
|
Uses of NameProvider in com.atlassian.bamboo.repository |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.repository | |
---|---|
interface |
CleanCheckoutAwareRepository
|
interface |
CleanWorkingDirectoryAwareRepository
Allows the user to configure the Build so that the working directory is cleared builds that are BuildState.SUCCESS |
interface |
CustomVariableProviderRepository
Allows the Repository implementation to provide variables specific to
the repository. |
interface |
IncludeExcludeAwareRepository
|
interface |
InitialBuildAwareRepository
Allows the Repository to perform custom actions |
interface |
MavenPomAccessorCapableRepository
Defines a repository which can setup itself using Maven SCM url as defined in http://maven.apache.org/scm/scms-overview.html |
interface |
MutableQuietPeriodAwareRepository
An extension of the QuietPeriodAwareRepository that allows you to set the values as well as read them |
interface |
QuietPeriodAwareRepository
Repositories that implement this method will continue to collect changes for every QuietPeriodAwareRepository.getQuietPeriod() up to
QuietPeriodAwareRepository.getMaxRetries() times. |
interface |
Repository
Basic contract for interfacing with various version control repository systems. |
interface |
SelectableAuthenticationRepository
|
Classes in com.atlassian.bamboo.repository that implement NameProvider | |
---|---|
class |
AbstractRepository
This class provides common repository implementation code, |
Uses of NameProvider in com.atlassian.bamboo.repository.cvsimpl |
---|
Classes in com.atlassian.bamboo.repository.cvsimpl that implement NameProvider | |
---|---|
class |
CVSRepository
This class provides a CVS implemention of the Repository interface. |
Uses of NameProvider in com.atlassian.bamboo.repository.perforce |
---|
Classes in com.atlassian.bamboo.repository.perforce that implement NameProvider | |
---|---|
class |
PerforceRepository
This class provides a Perforce implemention of the Repository interface. |
Uses of NameProvider in com.atlassian.bamboo.repository.svn |
---|
Classes in com.atlassian.bamboo.repository.svn that implement NameProvider | |
---|---|
class |
SvnRepository
This class provides a Subversion repository for Bamboo. |
Uses of NameProvider in com.atlassian.bamboo.resultsummary.tests |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.resultsummary.tests | |
---|---|
interface |
TestCaseResult
Represents a run of a TestCase. |
interface |
TestClassResult
Represents a run of a test class. |
interface |
TestClassResultDescriptor
|
Classes in com.atlassian.bamboo.resultsummary.tests that implement NameProvider | |
---|---|
class |
TestCaseResultImpl
|
class |
TestClassResultImpl
|
Uses of NameProvider in com.atlassian.bamboo.utils |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.utils | |
---|---|
interface |
DescriptionProvider
General interface for entities providing name and description without ability to change them |
Methods in com.atlassian.bamboo.utils that return types with arguments of type NameProvider | |
---|---|
static com.google.common.collect.Ordering<NameProvider> |
Comparators.getNameProviderCaseInsensitiveComparator()
Deprecated. since 3.0 use Comparators.getNameProviderCaseInsensitiveOrdering() |
static com.google.common.collect.Ordering<NameProvider> |
Comparators.getNameProviderCaseInsensitiveOrdering()
Do not use this for plans unless you know the plans you are sorting are within the same parent (e.g. |
static com.google.common.collect.Ordering<NameProvider> |
Comparators.getNameProviderComparator()
Deprecated. since 3.0 use Comparators.getNameProviderOrdering() |
static com.google.common.collect.Ordering<NameProvider> |
Comparators.getNameProviderOrdering()
|
Uses of NameProvider in com.atlassian.bamboo.v2.build.agent |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.v2.build.agent | |
---|---|
interface |
BuildAgent
Represents a UI view of a given build agent |
interface |
LocalBuildAgent
|
Classes in com.atlassian.bamboo.v2.build.agent that implement NameProvider | |
---|---|
class |
BuildAgentImpl
|
class |
LocalBuildAgentImpl
|
Uses of NameProvider in com.atlassian.bamboo.v2.build.repository |
---|
Subinterfaces of NameProvider in com.atlassian.bamboo.v2.build.repository | |
---|---|
interface |
PostConfigurableRepository
|
interface |
RepositoryEventAware
An interface that allows the repository to do something before and after the checkout / update occurs |
Uses of NameProvider in com.atlassian.bamboo.ww2.actions.agent |
---|
Classes in com.atlassian.bamboo.ww2.actions.agent that implement NameProvider | |
---|---|
class |
BuildAgentDecorator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |