|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImmutablePlan in com.atlassian.bamboo.bandana |
---|
Methods in com.atlassian.bamboo.bandana with parameters of type ImmutablePlan | |
---|---|
static PlanAwareBandanaContext |
PlanAwareBandanaContext.forPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.brokenbuildtracker |
---|
Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type ImmutablePlan | |
---|---|
String |
TrackingConfigurationManagerImpl.getDefaultUser(ImmutablePlan plan)
|
String |
TrackingConfigurationManager.getDefaultUser(ImmutablePlan plan)
|
boolean |
TrackingConfigurationManagerImpl.isTrackingEnabled(ImmutablePlan plan)
|
boolean |
TrackingConfigurationManager.isTrackingEnabled(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.brokenbuildtracker.notifications |
---|
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type ImmutablePlan | |
---|---|
void |
ResponsibleRecipient.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.build |
---|
Subinterfaces of ImmutablePlan in com.atlassian.bamboo.build | |
---|---|
interface |
Buildable
|
interface |
Job
|
Classes in com.atlassian.bamboo.build that implement ImmutablePlan | |
---|---|
class |
DefaultJob
|
Methods in com.atlassian.bamboo.build that return ImmutablePlan | |
---|---|
ImmutablePlan |
BuildStatusHelper.getBuild()
|
Methods in com.atlassian.bamboo.build that return types with arguments of type ImmutablePlan | |
---|---|
Set<ImmutablePlan> |
PlanDependencyManagerImpl.getEffectiveChildPlans(ImmutablePlan chain)
|
Set<ImmutablePlan> |
PlanDependencyManager.getEffectiveChildPlans(ImmutablePlan chain)
|
Set<ImmutablePlan> |
PlanDependencyManagerImpl.getEffectiveParentPlans(ImmutablePlan chain)
|
Set<ImmutablePlan> |
PlanDependencyManager.getEffectiveParentPlans(ImmutablePlan chain)
|
Methods in com.atlassian.bamboo.build with parameters of type ImmutablePlan | |
---|---|
List<LinkedJiraIssue> |
LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForBuild(ImmutablePlan plan)
Deprecated. replaced by #findJiraIssuesForPlanKey(String) } |
List<LinkedJiraIssue> |
JiraIssueResultsManager.findJiraIssuesForBuild(ImmutablePlan plan)
Deprecated. replaced by #findJiraIssuesForPlanKey(String) } |
Set<ImmutablePlan> |
PlanDependencyManagerImpl.getEffectiveChildPlans(ImmutablePlan chain)
|
Set<ImmutablePlan> |
PlanDependencyManager.getEffectiveChildPlans(ImmutablePlan chain)
|
Set<ImmutablePlan> |
PlanDependencyManagerImpl.getEffectiveParentPlans(ImmutablePlan chain)
|
Set<ImmutablePlan> |
PlanDependencyManager.getEffectiveParentPlans(ImmutablePlan chain)
|
BuildTriggerCondition.ExecutionPreference |
BuildTriggerCondition.getExecutionPreference(ImmutablePlan plan,
Map<String,String> configuration)
Use to indicate preference for whether this plugin things the plan should execute. |
protected int |
ViewNextBuildResults.getNextBuildNumber(ImmutablePlan plan,
int currentBuildNumber)
Return the next build to the given currentBuildNumber. |
Constructors in com.atlassian.bamboo.build with parameters of type ImmutablePlan | |
---|---|
BuildStatusHelper(ImmutablePlan plan,
ResultsSummary currentBuildResult,
ResultsSummaryManager resultsSummaryManager)
|
Uses of ImmutablePlan in com.atlassian.bamboo.build.context |
---|
Methods in com.atlassian.bamboo.build.context with parameters of type ImmutablePlan | |
---|---|
BuildContextBuilder |
BuildContextBuilderImpl.plan(ImmutablePlan buildPlan)
|
BuildContextBuilder |
BuildContextBuilder.plan(ImmutablePlan buildPlan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.build.creation |
---|
Methods in com.atlassian.bamboo.build.creation with parameters of type ImmutablePlan | |
---|---|
void |
WebRepositoryConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
ImmutablePlan plan)
|
void |
BuildTriggerConditionConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
ImmutablePlan plan)
|
void |
RepositoryConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
ImmutablePlan plan)
|
void |
PlanConfigHelper.performPostActionsOnConfig(BuildConfiguration buildConfiguration,
ImmutablePlan plan)
Performs any miscellaneous actions required before saving the plan. |
Uses of ImmutablePlan in com.atlassian.bamboo.build.statistics |
---|
Constructors in com.atlassian.bamboo.build.statistics with parameters of type ImmutablePlan | |
---|---|
FailurePeriod(ImmutablePlan plan)
|
|
StatisticsCollectorImpl(ImmutablePlan plan,
List<? extends ResultsSummary> results)
Class which takes in a Collection of ResultStatisticsProvider objects
and produces some statistics about it. |
Uses of ImmutablePlan in com.atlassian.bamboo.builder.resultsfilter |
---|
Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type ImmutablePlan | |
---|---|
List<ResultsSummary> |
Latest25FiveBuildResultsFilter.getResultsForPlan(ImmutablePlan plan)
|
List<ResultsSummary> |
TimeAgoBuildResultsFilter.getResultsForPlan(ImmutablePlan plan)
|
List<ResultsSummary> |
AllBuildResultsFilter.getResultsForPlan(ImmutablePlan plan)
|
List<ResultsSummary> |
BuildResultsFilter.getResultsForPlan(ImmutablePlan plan)
Obtain a collection of ResultsSummary for the specified plan
The number returned will depend on the filter applied. |
Uses of ImmutablePlan in com.atlassian.bamboo.buildqueue.manager |
---|
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type ImmutablePlan | |
---|---|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
AgentAssignmentServiceHelper.asExecutables(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.buildtrigger |
---|
Methods in com.atlassian.bamboo.buildtrigger with parameters of type ImmutablePlan | |
---|---|
BuildTriggerCondition.ExecutionPreference |
PlansGreenCondition.getExecutionPreference(ImmutablePlan plan,
Map<String,String> configuration)
|
Uses of ImmutablePlan in com.atlassian.bamboo.chains |
---|
Subinterfaces of ImmutablePlan in com.atlassian.bamboo.chains | |
---|---|
interface |
Chain
Mutable version of ImmutableChain . |
Classes in com.atlassian.bamboo.chains that implement ImmutablePlan | |
---|---|
class |
DefaultChain
|
Uses of ImmutablePlan in com.atlassian.bamboo.clover |
---|
Fields in com.atlassian.bamboo.clover with type parameters of type ImmutablePlan | |
---|---|
static com.google.common.base.Predicate<ImmutablePlan> |
CloverPluginHelper.isCloverEnabledForPlan
|
Uses of ImmutablePlan in com.atlassian.bamboo.configuration.agent |
---|
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type ImmutablePlan | |
---|---|
List<ImmutablePlan> |
ViewAgentPlanMatrix.getSelectedPlans()
|
Methods in com.atlassian.bamboo.configuration.agent with parameters of type ImmutablePlan | |
---|---|
Collection<? extends ImmutableJob> |
ViewAgentPlanMatrix.getBuildablesForPlan(ImmutablePlan plan)
|
boolean |
ViewAgentPlanMatrixWizard.isApplicable(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.deployments.execution.actions |
---|
Methods in com.atlassian.bamboo.deployments.execution.actions that return ImmutablePlan | |
---|---|
ImmutablePlan |
ExecuteManualDeployment.getLinkedPlan()
|
Uses of ImmutablePlan in com.atlassian.bamboo.deployments.projects.actions |
---|
Methods in com.atlassian.bamboo.deployments.projects.actions that return ImmutablePlan | |
---|---|
ImmutablePlan |
ConfigureDeploymentProject.getRelatedPlan()
|
ImmutablePlan |
ViewDeploymentProjects.getRelatedPlan()
|
Uses of ImmutablePlan in com.atlassian.bamboo.deployments.versions.actions |
---|
Methods in com.atlassian.bamboo.deployments.versions.actions that return ImmutablePlan | |
---|---|
ImmutablePlan |
CreateDeploymentVersion.getLinkedPlan()
|
Uses of ImmutablePlan in com.atlassian.bamboo.deployments.versions.service |
---|
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type ImmutablePlan | |
---|---|
Map<String,VariableDefinitionContext> |
DeploymentVersionServiceImpl.getPossibleVersionVariables(ImmutablePlan linkedPlan,
boolean includeUndeterminable)
|
Map<String,VariableDefinitionContext> |
DeploymentVersionService.getPossibleVersionVariables(ImmutablePlan linkedPlan,
boolean includeUndeterminable)
Provides a map of variables which might show up on a version. |
Map<String,VariableDefinitionContext> |
DeploymentVersionServiceImpl.getPossibleVersionVariables(ImmutablePlan linkedPlan,
PlanResultKey planResultKey,
boolean includeUndeterminable)
|
Map<String,VariableDefinitionContext> |
DeploymentVersionService.getPossibleVersionVariables(ImmutablePlan linkedPlan,
PlanResultKey planResultKey,
boolean includeUndeterminable)
Provides a map of variables which might show up on a version. |
MutableDeploymentVersion |
VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject,
ImmutablePlan linkedPlan,
MutableDeploymentVersion version,
String versionName,
String nextVersionName,
Map<String,VariableDefinitionContext> variables)
Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme. |
MutableDeploymentVersion |
VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject,
ImmutablePlan linkedPlan,
MutableDeploymentVersion deploymentVersion,
String versionName,
String nextVersionName,
Map<String,VariableDefinitionContext> variables)
|
Uses of ImmutablePlan in com.atlassian.bamboo.index |
---|
Methods in com.atlassian.bamboo.index with parameters of type ImmutablePlan | |
---|---|
void |
BuildResultsIndexer.indexResultSummary(ResultsSummary summary,
ImmutablePlan plan)
Schedules indexing of result summary |
void |
BuildResultsIndexer.reIndexBuildResults(ResultsSummary summary,
ImmutablePlan plan,
boolean includeTests)
|
void |
BuildResultsIndexer.reIndexBuildResults(ResultsSummary summary,
ImmutablePlan plan,
Set<String> affectedJiraIssuesKeys,
boolean includeTests)
|
Uses of ImmutablePlan in com.atlassian.bamboo.index.buildresult |
---|
Methods in com.atlassian.bamboo.index.buildresult with parameters of type ImmutablePlan | |
---|---|
org.apache.lucene.document.Document |
BuildResultsSummaryDocumentFactory.getDocument(ResultsSummary summary,
ImmutablePlan plan)
|
void |
DefaultBuildResultsIndexer.indexResultSummary(ResultsSummary summary,
ImmutablePlan plan)
|
com.google.common.util.concurrent.ListenableFuture |
DefaultBuildResultsIndexer.indexResultSummaryInternal(ResultsSummary summary,
ImmutablePlan plan)
|
void |
DefaultBuildResultsIndexer.reIndexBuildResults(ResultsSummary summary,
ImmutablePlan plan,
boolean includeTests)
|
void |
DefaultBuildResultsIndexer.reIndexBuildResults(ResultsSummary summary,
ImmutablePlan plan,
Set<String> affectedJiraIssuesKeys,
boolean includeTests)
|
Uses of ImmutablePlan in com.atlassian.bamboo.labels |
---|
Methods in com.atlassian.bamboo.labels with parameters of type ImmutablePlan | |
---|---|
Labelling |
LabelHibernateDao.findLabellingByBuild(Label label,
ImmutablePlan plan)
|
Labelling |
LabelDao.findLabellingByBuild(Label label,
ImmutablePlan plan)
|
Labelling |
LabelHibernateDao.findLabellingByBuild(String name,
String namespace,
ImmutablePlan plan)
|
Labelling |
LabelDao.findLabellingByBuild(String name,
String namespace,
ImmutablePlan plan)
|
List<Labelling> |
LabelHibernateDao.findLabels(ImmutablePlan plan)
|
List<Labelling> |
LabelDao.findLabels(ImmutablePlan plan)
|
List<String> |
LabelManagerImpl.getFavouritesForPlan(ImmutablePlan plan)
|
List<String> |
LabelManager.getFavouritesForPlan(ImmutablePlan plan)
Retrieves a list of usernames which have the given plan set as a favourite. |
Set<Label> |
LabelManagerImpl.getPlanLabels(ImmutablePlan plan)
|
Set<Label> |
LabelManager.getPlanLabels(ImmutablePlan plan)
Get labels defined for a plan |
boolean |
LabelManagerImpl.isFavourite(ImmutablePlan plan,
com.atlassian.user.User user)
|
boolean |
LabelManager.isFavourite(ImmutablePlan plan,
com.atlassian.user.User user)
Determines if the build is a user's favourite Note that its more efficient to use PlanManager.filterFavouritedPlans(java.util.Collection, com.atlassian.user.User)
if you are performing this operation over a collection of Plan s |
protected int |
LabelManagerImpl.removeLabel(String labelName,
String namespace,
Project project,
ImmutablePlan plan,
PlanResultKey planResultKey,
String userName)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification |
---|
Methods in com.atlassian.bamboo.notification that return ImmutablePlan | |
---|---|
protected ImmutablePlan |
AbstractNotificationEventListener.getPlan(T event)
Try to retrieve plan using data in the event. |
Methods in com.atlassian.bamboo.notification with parameters of type ImmutablePlan | |
---|---|
Set<NotificationRule> |
NotificationManagerImpl.getNotificationRules(ImmutablePlan plan)
|
Set<NotificationRule> |
NotificationManager.getNotificationRules(ImmutablePlan plan)
Extract notification rules for a plan. |
protected Iterable<NotificationRule> |
AbstractNotificationEventListener.getNotificationRules(ImmutablePlan plan,
T event)
Return notification rules effective for a given plan and event. |
abstract void |
AbstractNotificationEventListener.handleEvent(T event,
ImmutablePlan plan)
Notification event listeners must implement this method to handle incoming events. |
void |
NotificationRecipient.RequiresPlan.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.buildcommented |
---|
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type ImmutablePlan | |
---|---|
void |
CommentNotificationListener.handleEvent(BuildCommentedEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.buildcompleted |
---|
Methods in com.atlassian.bamboo.notification.buildcompleted with parameters of type ImmutablePlan | |
---|---|
void |
BuildCompletedNotificationListener.handleEvent(BuildStateResultEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.builderror |
---|
Methods in com.atlassian.bamboo.notification.builderror with parameters of type ImmutablePlan | |
---|---|
void |
BuildErrorNotificationListener.handleEvent(BambooErrorEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.buildhung |
---|
Methods in com.atlassian.bamboo.notification.buildhung with parameters of type ImmutablePlan | |
---|---|
void |
BuildHungNotificationListener.handleEvent(BuildHungEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.buildmissingcapableagent |
---|
Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type ImmutablePlan | |
---|---|
void |
BuildMissingCapableAgentNotificationListener.handleEvent(BuildQueuedEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.buildqueuetimeout |
---|
Methods in com.atlassian.bamboo.notification.buildqueuetimeout with parameters of type ImmutablePlan | |
---|---|
void |
BuildQueueTimeoutNotificationListener.handleEvent(BuildQueueTimeoutEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.chain |
---|
Methods in com.atlassian.bamboo.notification.chain with parameters of type ImmutablePlan | |
---|---|
void |
AfterXFailedNotificationListener.handleEvent(ChainCompletedEvent event,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.notification.recipients |
---|
Methods in com.atlassian.bamboo.notification.recipients with parameters of type ImmutablePlan | |
---|---|
void |
WatcherRecipient.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.persistence |
---|
Methods in com.atlassian.bamboo.persistence with parameters of type ImmutablePlan | |
---|---|
static org.hibernate.type.Type |
BambooHibernate.entity(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.persister |
---|
Methods in com.atlassian.bamboo.persister with parameters of type ImmutablePlan | |
---|---|
List<AuditLogEntry> |
HibernateAuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan)
|
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan)
|
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan)
Provide a list of all audit log messages written against a plan. |
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan)
|
List<AuditLogEntry> |
HibernateAuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate)
|
List<AuditLogEntry> |
DefaultAuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate)
|
List<AuditLogEntry> |
AuditLogService.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate)
Provide a list of all audit log messages written against a plan between input dates. |
List<AuditLogEntry> |
AuditLogDao.getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate)
|
void |
DefaultAuditLogService.removeAuditLogMessagesForPlan(ImmutablePlan plan)
|
void |
AuditLogService.removeAuditLogMessagesForPlan(ImmutablePlan plan)
Deletes all log messages for a given plan |
Uses of ImmutablePlan in com.atlassian.bamboo.plan |
---|
Subinterfaces of ImmutablePlan in com.atlassian.bamboo.plan | |
---|---|
interface |
Plan
Mutable version of the plan. |
interface |
TopLevelPlan
Marker interface that specifies that the implementing Plan is a 'top level' object |
Classes in com.atlassian.bamboo.plan that implement ImmutablePlan | |
---|---|
class |
AbstractChain
|
class |
AbstractPlan
|
class |
PlanPermissionSkeleton
Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking} |
Methods in com.atlassian.bamboo.plan with type parameters of type ImmutablePlan | ||
---|---|---|
|
FilteringPlanManager.getRunnablePlans(Project project,
Class<T> planType)
Returns all Plan 's filtered by Project and Class . |
|
static
|
PlanPredicates.isBranchOf(PlanIdentifier plan)
|
|
static
|
PlanPredicates.isSuspendedFromBuilding()
Get a predicate that returns true for Plans that are marked as suspended from building. |
|
static
|
PlanTestHelper.mockPlan(CachedPlanManager cachedPlanManager,
PlanKey planKey,
Class<T> planClass)
|
|
static
|
PlanTestHelper.mockPlan(PlanKey planKey,
Class<T> planClass)
|
Methods in com.atlassian.bamboo.plan that return ImmutablePlan | |
---|---|
static ImmutablePlan |
PlanHelper.getMasterPlan(ImmutablePlan plan)
Get master plan if plan has master or passed plan otherwise. |
Methods in com.atlassian.bamboo.plan that return types with arguments of type ImmutablePlan | |
---|---|
static com.google.common.base.Function<ImmutablePlan,String> |
PlanFunctions.getBuildName()
|
Class<? extends ImmutablePlan> |
PlanType.getClassType()
Deprecated. since 4.3 Use PlanType.getImmutableClassType() instead |
Class<? extends ImmutablePlan> |
PlanType.getImmutableClassType()
|
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.hasEqualProjectKey(Project project)
|
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.isCloverEnabled()
Get a predicate that returns true for Plans that are Clover enabled. |
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.isFavourite(LabelManager labelManager,
com.atlassian.user.User user)
Get a predicate that returns true for Plans that are marked as favourite for a given user. |
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.isMyBranch(BambooUserManager bambooUserManager,
com.atlassian.user.User user)
Get a predicate that returns true for branches that "belong" to a user. |
static com.google.common.base.Predicate<? super ImmutablePlan> |
PlanClassHelper.isTopLevelPlan()
|
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.planHasMaster()
|
static com.google.common.base.Predicate<ImmutablePlan> |
PlanPredicates.planIsMaster()
|
static com.google.common.base.Function<PlanKey,com.atlassian.fugue.Option<ImmutablePlan>> |
PlanFunctions.toImmutablePlan(CachedPlanManager cachedPlanManager)
Returns a function that Fetches an immutable plan corresponding to the supplied plan key. |
Methods in com.atlassian.bamboo.plan with parameters of type ImmutablePlan | ||
---|---|---|
int |
PlanHibernateDao.getBranchCount(ImmutablePlan plan)
|
|
int |
PlanDao.getBranchCount(ImmutablePlan plan)
Returns the number of branches that exist for the given plan |
|
static
|
PlanHelper.getConfigObject(ImmutablePlan plan,
String key,
Class<T> clazz)
|
|
static String |
PlanHelper.getCurrentStatus(ImmutablePlan plan)
|
|
static Repository |
PlanHelper.getDefaultRepository(ImmutablePlan plan)
|
|
static RepositoryDefinition |
PlanHelper.getDefaultRepositoryDefinition(ImmutablePlan plan)
|
|
static ImmutablePlan |
PlanHelper.getMasterPlan(ImmutablePlan plan)
Get master plan if plan has master or passed plan otherwise. |
|
static PlanKey |
PlanHelper.getMasterPlanKey(ImmutablePlan plan)
Get planKey of master plan if plan has master or planKey of passed plan otherwise. |
|
static long |
PlanHelper.getPermissionPlanId(ImmutablePlan plan)
|
|
static List<Repository> |
PlanHelper.getRepositories(ImmutablePlan plan)
|
|
static RepositoryDefinition |
PlanHelper.getRepositoryDefinitionForPlanById(ImmutablePlan plan,
long id)
|
|
static LinkedHashMap<Long,RepositoryDefinition> |
PlanHelper.getRepositoryDefinitionMap(ImmutablePlan plan)
|
|
static List<RepositoryDefinition> |
PlanHelper.getRepositoryDefinitions(ImmutablePlan plan)
|
|
static List<RepositoryDefinition> |
PlanHelper.getRepositoryDefinitionsByType(ImmutablePlan plan,
String pluginKey)
|
|
static boolean |
PlanClassHelper.isChain(ImmutablePlan plan)
|
|
static boolean |
PlanClassHelper.isChainBranch(ImmutablePlan plan)
|
|
boolean |
PlanFavouriteServiceImpl.isFavourite(ImmutablePlan plan,
com.atlassian.user.User user)
|
|
boolean |
PlanFavouriteService.isFavourite(ImmutablePlan plan,
com.atlassian.user.User user)
Test if plan is set as favourite for a user. |
|
static boolean |
PlanClassHelper.isJob(ImmutablePlan plan)
|
|
static boolean |
PlanClassHelper.isTopLevelPlan(ImmutablePlan plan)
|
Constructors in com.atlassian.bamboo.plan with parameters of type ImmutablePlan | |
---|---|
ResultsSummaryJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
ResultsSummary resultsSummary,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plan.artifact |
---|
Methods in com.atlassian.bamboo.plan.artifact with parameters of type ImmutablePlan | |
---|---|
ArtifactDefinition |
ArtifactDefinitionManagerImpl.findArtifactDefinition(ImmutablePlan plan,
String label)
|
ArtifactDefinition |
ArtifactDefinitionManager.findArtifactDefinition(ImmutablePlan plan,
String label)
Get artifact definition associated with a plan of a given label |
ArtifactDefinition |
ArtifactDefinitionManagerImpl.findArtifactDefinitionByChain(ImmutablePlan plan,
String label)
|
ArtifactDefinition |
ArtifactDefinitionManager.findArtifactDefinitionByChain(ImmutablePlan plan,
String label)
|
List<ArtifactDefinition> |
ArtifactDefinitionManagerImpl.findArtifactDefinitionsByPlan(ImmutablePlan plan)
|
List<ArtifactDefinition> |
ArtifactDefinitionManager.findArtifactDefinitionsByPlan(ImmutablePlan plan)
Get list of artifact definitions associated with a specific plan. |
ArtifactDefinition |
ArtifactDefinitionHibernateDao.findByName(ImmutablePlan plan,
String name)
|
ArtifactDefinition |
ArtifactDefinitionDao.findByName(ImmutablePlan plan,
String name)
Find artifact definition of a given name associated with a producer job. |
List<ArtifactDefinition> |
ArtifactDefinitionHibernateDao.findByProducer(ImmutablePlan plan)
|
List<ArtifactDefinition> |
ArtifactDefinitionDao.findByProducer(ImmutablePlan plan)
Get list of artifact definitions associated with a plan |
com.google.common.collect.ImmutableList<ImmutableArtifactDefinition> |
ImmutableArtifactManagerImpl.findImmutableArtifactDefinitionsByProducer(ImmutablePlan plan)
|
com.google.common.collect.ImmutableList<ImmutableArtifactDefinition> |
ImmutableArtifactManager.findImmutableArtifactDefinitionsByProducer(ImmutablePlan plan)
Create list of ImmutableArtifactDefinition s produced by plan |
com.google.common.collect.ImmutableList<ImmutableArtifactSubscription> |
ImmutableArtifactManagerImpl.findImmutableArtifactSubscriptionsByPlan(ImmutablePlan plan)
|
com.google.common.collect.ImmutableList<ImmutableArtifactSubscription> |
ImmutableArtifactManager.findImmutableArtifactSubscriptionsByPlan(ImmutablePlan plan)
Create list of ImmutableArtifactSubscription s defined in plan |
Uses of ImmutablePlan in com.atlassian.bamboo.plan.branch |
---|
Subinterfaces of ImmutablePlan in com.atlassian.bamboo.plan.branch | |
---|---|
interface |
ChainBranch
Represents a branch of a plan. |
Classes in com.atlassian.bamboo.plan.branch that implement ImmutablePlan | |
---|---|
class |
ChainBranchImpl
|
Methods in com.atlassian.bamboo.plan.branch with parameters of type ImmutablePlan | |
---|---|
int |
ChainBranchManagerImpl.getBranchCount(ImmutablePlan plan)
|
int |
ChainBranchManager.getBranchCount(ImmutablePlan plan)
Returns the number of branches the given plan has |
static String |
ChainBranchUtils.getChainBranchName(CustomVariableContext customVariableContext,
ImmutablePlan plan)
|
static String |
ChainBranchUtils.getChainBranchNameWithoutContextChange(CustomVariableContext customVariableContext,
ImmutablePlan plan)
|
long |
ChainBranchManagerImpl.getNextBranchKeyNumber(ImmutablePlan chain)
|
long |
ChainBranchManager.getNextBranchKeyNumber(ImmutablePlan chain)
Retrieving suggested number for next branch key in given chain. |
Map<Long,RepositoryDefinition> |
BranchIntegrationServiceImpl.getRepositoryDefinitionMap(ImmutablePlan plan)
|
Map<Long,RepositoryDefinition> |
BranchIntegrationService.getRepositoryDefinitionMap(ImmutablePlan plan)
Get repository definition map for a given plan and if Branch Integration was configured merge it with repository definition of branch selected in Integration Configuration |
static String |
ChainBranchUtils.getSubstitutedVcsBranchName(CustomVariableContext customVariableContext,
ImmutablePlan plan)
|
static String |
ChainBranchUtils.getSubstitutedVcsBranchNameWithoutContextChange(CustomVariableContext customVariableContext,
ImmutablePlan plan)
|
void |
ChainBranchManagerImpl.updateNextBranchKeyNumber(ImmutablePlan chain,
long number)
|
void |
ChainBranchManager.updateNextBranchKeyNumber(ImmutablePlan chain,
long number)
Set suggested number for next branch key in given chain |
Uses of ImmutablePlan in com.atlassian.bamboo.plan.branch.cache |
---|
Classes in com.atlassian.bamboo.plan.branch.cache that implement ImmutablePlan | |
---|---|
class |
ImmutableChainBranchImpl
|
Uses of ImmutablePlan in com.atlassian.bamboo.plan.cache |
---|
Subinterfaces of ImmutablePlan in com.atlassian.bamboo.plan.cache | |
---|---|
interface |
ImmutableBuildable
|
interface |
ImmutableChain
Represents a Chain that is immutable. |
interface |
ImmutableChainBranch
Interface of an immutable version of ChainBranch |
interface |
ImmutableJob
Immutable, threadsafe cacheable version of Job |
interface |
ImmutableTopLevelPlan
Represents a TopLevelPlan that is immutable. |
Classes in com.atlassian.bamboo.plan.cache that implement ImmutablePlan | |
---|---|
class |
AbstractImmutableChain
|
class |
AbstractImmutablePlan
|
class |
ImmutableChainImpl
A ImmutableChain implementation. |
class |
ImmutableJobImpl
|
Methods in com.atlassian.bamboo.plan.cache with type parameters of type ImmutablePlan | ||
---|---|---|
|
CachedPlanManagerImpl.getPlanById(long id,
Class<T> planType)
|
|
|
CachedPlanManager.getPlanById(long id,
Class<T> planType)
Returns a ImmutablePlan by its database id and Class |
|
|
CachedPlanManagerImpl.getPlanByKey(PlanKey planKey,
Class<T> planType)
|
|
|
CachedPlanManager.getPlanByKey(PlanKey planKey,
Class<T> planType)
Returns a ImmutablePlan by its planKey and Class |
|
|
CachedPlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey,
Class<T> planType)
|
|
|
CachedPlanManager.getPlanByKeyIfOfType(PlanKey planKey,
Class<T> planType)
Returns a Plan by its planKey and if it's of the type Class . |
|
|
CachedPlanManagerImpl.getPlans(Class<T> planType)
|
|
|
ImmutablePlanCacheServiceImpl.getPlans(Class<T> planType)
|
|
|
CachedPlanManager.getPlans(Class<T> planType)
Returns all Plan 's filtered by Class . |
|
|
ImmutablePlanCacheService.getPlans(Class<T> planType)
Returns all Plan 's filtered by Class . |
|
|
CachedPlanManagerImpl.getPlans(Class<T> planType,
com.google.common.base.Predicate<? super T> filter)
|
|
|
ImmutablePlanCacheServiceImpl.getPlans(Class<T> planType,
com.google.common.base.Predicate<? super T> filter)
|
|
|
CachedPlanManager.getPlans(Class<T> planType,
com.google.common.base.Predicate<? super T> filter)
Returns all Plan 's filtered by Class . |
|
|
ImmutablePlanCacheService.getPlans(Class<T> planType,
com.google.common.base.Predicate<? super T> filter)
Returns all Plan 's filtered by Class . |
|
|
CachedPlanManagerImpl.getPlansByProject(Project project,
Class<T> planType)
|
|
|
CachedPlanManager.getPlansByProject(Project project,
Class<T> planType)
Returns all Plan 's filtered by Project and Class . |
|
|
CachedPlanManagerImpl.getPlansByProject(Project project,
Class<T> planType,
com.google.common.base.Predicate<? super T> filter)
|
|
|
CachedPlanManager.getPlansByProject(Project project,
Class<T> planType,
com.google.common.base.Predicate<? super T> filter)
|
|
|
CachedPlanManagerImpl.getRunnablePlans(Project project,
Class<T> planType)
|
Methods in com.atlassian.bamboo.plan.cache that return ImmutablePlan | |
---|---|
ImmutablePlan |
ImmutablePlan.getMaster()
Return the master plan if one exists. |
ImmutablePlan |
CachedPlanManagerImpl.getPlanByKey(PlanKey planKey)
|
ImmutablePlan |
CachedPlanManager.getPlanByKey(PlanKey planKey)
Returns a ImmutablePlan by its planKey |
Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlan | |
---|---|
int |
AbstractImmutablePlan.compareTo(ImmutablePlan plan)
|
Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlan | |
---|---|
AbstractImmutablePlan(ImmutablePlan plan,
BuildLoggerManager buildLoggerManager,
LabelManager labelManager,
VariableDefinitionManager variableDefinitionManager,
BuildDefinition buildDefinition,
ResultsSummaryManager resultsSummaryManager)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plan.functions |
---|
Methods in com.atlassian.bamboo.plan.functions with parameters of type ImmutablePlan | |
---|---|
String |
GetBuildName.apply(ImmutablePlan input)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plan.helpers |
---|
Methods in com.atlassian.bamboo.plan.helpers with parameters of type ImmutablePlan | |
---|---|
static List<VariableDefinition> |
EffectivePlanPropertiesHelper.createEffectiveVariableDefinitions(ImmutablePlan plan,
List<VariableDefinition> variableDefinitions)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plugin.module.ext |
---|
Methods in com.atlassian.bamboo.plugin.module.ext with parameters of type ImmutablePlan | |
---|---|
void |
CustomBuildDefinitionGenerator.populateBuildDefinition(ImmutablePlan plan,
Map<String,Object> configObjects,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map. |
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.git |
---|
Fields in com.atlassian.bamboo.plugins.git with type parameters of type ImmutablePlan | |
---|---|
static com.google.common.base.Function<ImmutablePlan,Iterable<GitRepository>> |
GitRepositoryFacade.GIT_REPOSITORIES_OF_PLAN
Retrieves git repositories of one plan |
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.hg |
---|
Fields in com.atlassian.bamboo.plugins.hg with type parameters of type ImmutablePlan | |
---|---|
static com.google.common.base.Function<ImmutablePlan,Iterable<HgRepository>> |
HgRepositoryFacade.HG_REPOSITORIES_OF_PLAN
Retrieves git repositories of one plan |
Methods in com.atlassian.bamboo.plugins.hg that return types with arguments of type ImmutablePlan | |
---|---|
List<ImmutablePlan> |
HgRepository.getOtherPlansSharingCache(Plan current)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.maven.dependencies |
---|
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type ImmutablePlan | |
---|---|
static AutomaticDependencyManagementConfig |
AutomaticDependencyManagementPlugin.getConfig(ImmutablePlan plan)
|
void |
AutomaticDependencyManagementPlugin.populateBuildDefinition(ImmutablePlan plan,
Map<String,Object> configObjects,
BuildDefinition buildDefinition)
For Jobs it adds AutomaticDependencyManagementConfig object from a parent plan |
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.rest.common |
---|
Methods in com.atlassian.bamboo.plugins.rest.common that return types with arguments of type ImmutablePlan | |
---|---|
static Class<? extends ImmutablePlan> |
RestHelper.getPlanType(javax.ws.rs.core.UriInfo uriInfo)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.rest.model.plan |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.plan with parameters of type ImmutablePlan | |
---|---|
RestPlan(ImmutablePlan plan,
boolean favourite,
javax.ws.rs.core.UriInfo uriInfo,
PlanRestService planRestService,
com.atlassian.user.User currentRestUser)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.rest.model.plan.branch |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type ImmutablePlan | |
---|---|
RestPlanBranch(ImmutablePlan planBranch,
boolean favourite,
javax.ws.rs.core.UriInfo uriInfo,
RestBranchLatestActive latestActive,
PlanRestService planRestService,
com.atlassian.user.User currentRestUser)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.rest.model.search |
---|
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ImmutablePlan | |
---|---|
RestDedicatedAgentBuilder |
RestDedicatedAgentBuilder.withPlan(ImmutablePlan plan)
|
Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type ImmutablePlan | |
---|---|
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
ImmutablePlan plan)
|
|
AgentAssignmentSearchResult(ImmutablePlan plan)
|
|
PlanSearchResult(com.atlassian.struts.TextProvider textProvider,
CustomVariableContext customVariableContext,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.plugins.rest.service |
---|
Methods in com.atlassian.bamboo.plugins.rest.service with type parameters of type ImmutablePlan | ||
---|---|---|
|
PlanRestService.getPlans(Class<T> planType,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Get a list of plans of specified type. |
|
|
PlanRestServiceImpl.getPlans(Class<T> planType,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
Methods in com.atlassian.bamboo.plugins.rest.service that return ImmutablePlan | |
---|---|
ImmutablePlan |
PlanRestService.getBranchByName(ImmutablePlan plan,
String branchName)
Get branch of a given plan by name. |
ImmutablePlan |
PlanRestServiceImpl.getBranchByName(ImmutablePlan plan,
String branchName)
|
ImmutablePlan |
PlanRestService.getPlanByKey(PlanKey planKey)
Returns a Plan if plan exists and is visible for calling user |
ImmutablePlan |
PlanRestServiceImpl.getPlanByKey(PlanKey planKey)
|
ImmutablePlan |
PlanRestService.getPlanByKeyUnchecked(PlanKey planKey)
Returns a Plan if plan exists. |
ImmutablePlan |
PlanRestServiceImpl.getPlanByKeyUnchecked(PlanKey planKey)
|
Methods in com.atlassian.bamboo.plugins.rest.service that return types with arguments of type ImmutablePlan | |
---|---|
List<? extends ImmutablePlan> |
PlanRestService.getPlans(javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Get a list of plans. |
List<? extends ImmutablePlan> |
PlanRestServiceImpl.getPlans(javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
List<? extends ImmutablePlan> |
PlanRestService.getPlansByProject(Project project,
javax.ws.rs.core.UriInfo uriInfo)
Get a list of plans that belong to a project. |
List<? extends ImmutablePlan> |
PlanRestServiceImpl.getPlansByProject(Project project,
javax.ws.rs.core.UriInfo uriInfo)
|
List<? extends ImmutablePlan> |
PlanRestService.getPlansByProject(Project project,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Get a list of plans that belong to a project. |
List<? extends ImmutablePlan> |
PlanRestServiceImpl.getPlansByProject(Project project,
javax.ws.rs.core.UriInfo uriInfo,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
|
List<? extends ImmutablePlan> |
PlanRestService.getRunnablePlans(Project project,
javax.ws.rs.core.UriInfo uriInfo)
Get a list of plans that can be run currently logged in user. |
List<? extends ImmutablePlan> |
PlanRestServiceImpl.getRunnablePlans(Project project,
javax.ws.rs.core.UriInfo uriInfo)
|
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type ImmutablePlan | |
---|---|
protected void |
ResultServiceImpl.addBuildSearchCriteria(ImmutablePlan plan,
javax.ws.rs.core.UriInfo uriInfo,
ResultsSummaryCriteriaBuilder criteriaBuilder)
|
RestBranchLatestActive |
PlanRestService.createLatestActiveBranchResult(ImmutablePlan branch)
|
RestBranchLatestActive |
PlanRestServiceImpl.createLatestActiveBranchResult(ImmutablePlan branch)
|
ImmutablePlan |
PlanRestService.getBranchByName(ImmutablePlan plan,
String branchName)
Get branch of a given plan by name. |
ImmutablePlan |
PlanRestServiceImpl.getBranchByName(ImmutablePlan plan,
String branchName)
|
List<ImmutableChainBranch> |
PlanRestService.getBranchesForChain(ImmutablePlan plan)
|
List<ImmutableChainBranch> |
PlanRestServiceImpl.getBranchesForChain(ImmutablePlan plan)
|
Method parameters in com.atlassian.bamboo.plugins.rest.service with type arguments of type ImmutablePlan | |
---|---|
RestPlanBranchList |
PlanRestService.createPaginatedBranchResponse(List<? extends ImmutablePlan> branches,
com.atlassian.user.User user,
javax.ws.rs.core.UriInfo uriInfo,
boolean allBranches)
|
RestPlanBranchList |
PlanRestServiceImpl.createPaginatedBranchResponse(List<? extends ImmutablePlan> branches,
com.atlassian.user.User user,
javax.ws.rs.core.UriInfo uriInfo,
boolean allBranches)
|
RestPlans |
PlanRestService.createPaginatedPlanResponse(List<? extends ImmutablePlan> plans,
com.atlassian.user.User user,
javax.ws.rs.core.UriInfo uriInfo)
|
RestPlans |
PlanRestServiceImpl.createPaginatedPlanResponse(List<? extends ImmutablePlan> plans,
com.atlassian.user.User user,
javax.ws.rs.core.UriInfo uriInfo)
|
Uses of ImmutablePlan in com.atlassian.bamboo.project |
---|
Method parameters in com.atlassian.bamboo.project with type arguments of type ImmutablePlan | |
---|---|
static com.google.common.base.Predicate<Project> |
ProjectPredicates.hasPlansThat(CachedPlanManager cachedPlanManager,
com.google.common.base.Predicate<? super ImmutablePlan> planFilter)
Returns predicate that filters project containing plans that match given plan predicate. |
Uses of ImmutablePlan in com.atlassian.bamboo.repository |
---|
Methods in com.atlassian.bamboo.repository that return types with arguments of type ImmutablePlan | |
---|---|
Collection<ImmutablePlan> |
CacheDescription.getUsingPlans()
Collection of Plans that are currently configured to use this cache. |
Collection<ImmutablePlan> |
CacheDescription.FileBased.getUsingPlans()
|
Methods in com.atlassian.bamboo.repository with parameters of type ImmutablePlan | |
---|---|
void |
PlanRepositoryLinkHibernateDao.detachAllRepositoriesFromPlan(ImmutablePlan plan)
|
void |
PlanRepositoryLinkDao.detachAllRepositoriesFromPlan(ImmutablePlan plan)
Remove all PlanRepositoryLink defined for the . |
PlanRepositoryLink |
RepositoryDefinitionManagerImpl.getPlanRepositoryLink(ImmutablePlan plan,
long repositoryId)
|
PlanRepositoryLink |
RepositoryDefinitionManager.getPlanRepositoryLink(ImmutablePlan plan,
long repositoryId)
Get persistent representation of a relation between Plan and repository |
List<PlanRepositoryLink> |
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks(ImmutablePlan plan)
|
List<PlanRepositoryLink> |
RepositoryDefinitionManagerImpl.getPlanRepositoryLinks(ImmutablePlan plan)
|
List<PlanRepositoryLink> |
RepositoryDefinitionManager.getPlanRepositoryLinks(ImmutablePlan plan)
Get persistent representation of relation between Plan and repositories |
List<PlanRepositoryLink> |
PlanRepositoryLinkDao.getPlanRepositoryLinks(ImmutablePlan plan)
|
Map<ImmutableJob,List<TaskDefinition>> |
RepositoryConfigurationServiceImpl.getRelevantJobsForRepositoryIdChange(ImmutablePlan plan,
long repositoryId)
|
Map<ImmutableJob,List<TaskDefinition>> |
RepositoryConfigurationService.getRelevantJobsForRepositoryIdChange(ImmutablePlan plan,
long repositoryId)
Returns mapping between Job and TaskDefinition for tasks using repository by given repository id |
List<RepositoryDefinition> |
RepositoryDefinitionManagerImpl.getRepositoryDefinitionsForPlan(ImmutablePlan plan)
|
List<RepositoryDefinition> |
RepositoryDefinitionManager.getRepositoryDefinitionsForPlan(ImmutablePlan plan)
Get all repositories attached to a plan ordered by position. |
boolean |
RepositoryConfigurationServiceImpl.validateRepositoryName(ImmutablePlan plan,
String name,
RepositoryDefinition repositoryDefinition)
|
boolean |
RepositoryConfigurationService.validateRepositoryName(ImmutablePlan plan,
String name,
RepositoryDefinition repositoryDefinition)
Checks if provided name for repository is unique in the Plan |
Constructor parameters in com.atlassian.bamboo.repository with type arguments of type ImmutablePlan | |
---|---|
CacheDescription.FileBased(File cacheDir,
String description,
Collection<ImmutablePlan> plans)
|
Uses of ImmutablePlan in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary with type parameters of type ImmutablePlan | ||
---|---|---|
|
ResultsSummaryDiscriminatorRegistry.getDiscriminatorsForPlanType(Class<T> planType)
|
Methods in com.atlassian.bamboo.resultsummary that return ImmutablePlan | |
---|---|
ImmutablePlan |
AbstractResultsSummary.getImmutablePlan()
|
ImmutablePlan |
ImmutableResultsSummary.getImmutablePlan()
Gets the ImmutablePlan that this result belongs directly belongs to |
ImmutablePlan |
ResultsSummary.getImmutablePlan()
Gets the Plan that this result belongs directly belongs to |
ImmutablePlan |
ImmutableResultsSummary.getPlan()
Deprecated. since 5.0 use ImmutableResultsSummary.getImmutablePlan() |
Methods in com.atlassian.bamboo.resultsummary with parameters of type ImmutablePlan | ||
---|---|---|
ResultsSummary |
BuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween(ImmutablePlan build,
int lowerBuildNumber,
int upperBuildNumber)
|
|
ResultsSummary |
ResultsSummaryManager.findFirstFailedBuildResultBetween(ImmutablePlan build,
int lowerBuildNumber,
int upperBuildNumber)
Finds the first failed build between the upper and lower build numbers inclusively. |
|
List<LinkedJiraIssue> |
BuildResultsSummaryManagerImpl.findJiraIssuesForPlan(ImmutablePlan plan)
Deprecated. replaced by BuildResultsSummaryManagerImpl.findJiraIssuesForPlanKey(PlanKey) } |
|
List<LinkedJiraIssue> |
ResultsSummaryManager.findJiraIssuesForPlan(ImmutablePlan plan)
Deprecated. replaced by #findJiraIssuesForPlanKey(String) } |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore(ImmutablePlan build,
int buildNumber)
|
|
ResultsSummary |
ResultsSummaryManager.findLastFailingBuildResultBefore(ImmutablePlan build,
int buildNumber)
Finds the last failing ResultsSummary before buildNumber |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(ImmutablePlan build,
int buildNumber)
|
|
ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(ImmutablePlan build,
int buildNumber)
Deprecated. Use ResultsSummaryManager.findLastSuccessfulBuildResultBefore(PlanResultKey) instead. Since v5.2. |
|
long |
BuildResultsSummaryManagerImpl.getAveragePlanExecutionDuration(ImmutablePlan plan,
int numberOfResults)
|
|
long |
ResultsSummaryManager.getAveragePlanExecutionDuration(ImmutablePlan plan,
int numberOfResults)
Get average duration from n last results summaries in finished state for a plan. |
|
List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getLastNResultsSummaries(ImmutablePlan plan,
int numberOfResults)
|
|
List<ResultsSummary> |
ResultsSummaryManager.getLastNResultsSummaries(ImmutablePlan plan,
int numberOfResults)
Provides a list of the latest N results summaries for the given plan, newest first. |
|
List<ResultsSummary> |
BuildResultsSummaryHibernateDao.getNeighbouringSummaries(ImmutablePlan plan,
int currentBuildNumber,
int neighbouringSummariesMaxCount)
|
|
List<ResultsSummary> |
BuildResultsSummaryManagerImpl.getNeighbouringSummaries(ImmutablePlan plan,
int buildNumber,
int neighbouringSummariesMaxCount)
|
|
List<ResultsSummary> |
BuildResultsSummaryDao.getNeighbouringSummaries(ImmutablePlan plan,
int currentBuildNumber,
int neighbouringSummariesMaxCount)
Returns build results "around" given build number |
|
List<ResultsSummary> |
ResultsSummaryManager.getNeighbouringSummaries(ImmutablePlan plan,
int buildNumber,
int neighbouringSummariesMaxCount)
Returns all the ResultsSummary objects that matches the passed build numbers |
|
long |
BuildResultsSummaryHibernateDao.getNumberOfFinalizedResults(ImmutablePlan plan)
Get number of the ResultsSummary s or LifeCycleState.NOT_BUILT state for the given Plan |
|
long |
BuildResultsSummaryManagerImpl.getNumberOfFinalizedResults(ImmutablePlan plan)
|
|
long |
BuildResultsSummaryDao.getNumberOfFinalizedResults(ImmutablePlan plan)
Get number of the ResultsSummary s in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state for the given Plan |
|
long |
ResultsSummaryManager.getNumberOfFinalizedResults(ImmutablePlan plan)
Get number of the ResultsSummary s in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state for the given Plan |
|
|
BuildResultsSummaryHibernateDao.getResultSummariesForPlan(ImmutablePlan plan,
int firstResult,
int maxResults)
|
|
|
BuildResultsSummaryManagerImpl.getResultSummariesForPlan(ImmutablePlan plan,
int firstResult,
int maxResults)
|
|
|
BuildResultsSummaryDao.getResultSummariesForPlan(ImmutablePlan plan,
int firstResult,
int maxResults)
Get the ResultsSummary s for the given Plan . |
|
|
ResultsSummaryManager.getResultSummariesForPlan(ImmutablePlan plan,
int firstResult,
int maxResults)
Get the ResultsSummary s for the given Plan in any LifeCycleState . |
|
void |
BuildResultsSummaryManagerImpl.removeArtifacts(ImmutablePlan plan,
int buildNumber)
|
|
void |
ResultsSummaryManager.removeArtifacts(ImmutablePlan plan,
int buildNumber)
Remove any artifacts stored for this plan result |
|
void |
BuildResultsSummaryManagerImpl.removeBuildLogs(ImmutablePlan plan,
int buildNumber)
|
|
void |
ResultsSummaryManager.removeBuildLogs(ImmutablePlan plan,
int buildNumber)
Remove any build logs stored for this plan result |
|
void |
BuildResultsSummaryManagerImpl.removeBuildLogs(ImmutablePlan plan,
int buildNumber,
long maxIgnoredSize)
|
|
void |
ResultsSummaryManager.removeBuildLogs(ImmutablePlan plan,
int buildNumber,
long maxIgnoredLogSize)
Remove build logs stored for this plan result that are greater than given size (in bytes). |
Uses of ImmutablePlan in com.atlassian.bamboo.resultsummary.tests |
---|
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ImmutablePlan | |
---|---|
List<TestCase> |
TestsManagerImpl.getLongestRunningTestCases(ImmutablePlan plan)
|
List<TestCase> |
TestsManager.getLongestRunningTestCases(ImmutablePlan plan)
Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first) |
List<TestCase> |
TestCaseHibernateDao.getLongestRunningTestCasesForPlan(ImmutablePlan plan)
|
List<TestCase> |
TestCaseDao.getLongestRunningTestCasesForPlan(ImmutablePlan plan)
Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first) |
List<Pair<TestCase,Float>> |
TestsManagerImpl.getLongestToFixTestCases(ImmutablePlan plan)
|
List<Pair<TestCase,Float>> |
TestsManager.getLongestToFixTestCases(ImmutablePlan plan)
Retrieve a list of the test cases that have taken the longest amount of time to fix. |
List<Pair<TestCase,Integer>> |
TestsManagerImpl.getMostFailingTestCases(ImmutablePlan plan)
|
List<Pair<TestCase,Integer>> |
TestsManager.getMostFailingTestCases(ImmutablePlan plan)
Provide a list of the top 10 most failing test cases for a plan. |
Uses of ImmutablePlan in com.atlassian.bamboo.schedule |
---|
Methods in com.atlassian.bamboo.schedule with parameters of type ImmutablePlan | |
---|---|
void |
DefaultPlanScheduler.removeTasksScheduledForPlan(ImmutablePlan plan)
|
void |
PlanScheduler.removeTasksScheduledForPlan(ImmutablePlan plan)
Removes Scheduling Jobs for the given Plan |
void |
DefaultPlanScheduler.removeTasksScheduledForPlanAndBranches(ImmutablePlan plan)
|
void |
PlanScheduler.removeTasksScheduledForPlanAndBranches(ImmutablePlan plan)
Removes Scheduling Jobs for the given Plan and its Branches |
void |
DefaultPlanScheduler.scheduleTasksForPlan(ImmutablePlan plan)
|
void |
PlanScheduler.scheduleTasksForPlan(ImmutablePlan plan)
Creates Scheduling Jobs for the given Plan |
void |
DefaultPlanScheduler.scheduleTasksForPlanAndBranches(ImmutablePlan plan)
|
void |
PlanScheduler.scheduleTasksForPlanAndBranches(ImmutablePlan plan)
Creates Scheduling Jobs for the given Plan and its Branches |
Uses of ImmutablePlan in com.atlassian.bamboo.security |
---|
Methods in com.atlassian.bamboo.security with parameters of type ImmutablePlan | |
---|---|
boolean |
BambooPermissionManagerImpl.hasPlanPermission(org.acegisecurity.acls.Permission permission,
ImmutablePlan plan)
|
boolean |
BambooPermissionManager.hasPlanPermission(org.acegisecurity.acls.Permission permission,
ImmutablePlan plan)
Verify plan access |
Uses of ImmutablePlan in com.atlassian.bamboo.task |
---|
Methods in com.atlassian.bamboo.task that return ImmutablePlan | |
---|---|
static ImmutablePlan |
TaskContextHelper.getPlan(Map<String,Object> context)
|
static ImmutablePlan |
TaskContextHelper.getRelatedPlan(Map<String,Object> context)
|
Methods in com.atlassian.bamboo.task with parameters of type ImmutablePlan | |
---|---|
static void |
TaskContextHelper.setPlan(Map<String,Object> context,
ImmutablePlan plan)
|
static void |
TaskContextHelper.setRelatedPlan(Map<String,Object> context,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.utils |
---|
Methods in com.atlassian.bamboo.utils that return types with arguments of type ImmutablePlan | |
---|---|
static com.google.common.collect.Ordering<ImmutablePlan> |
Comparators.getBranchUpdatedDateOrdering()
Comparator for sorting by enabled/disabled then updated then created dates of branches |
static com.google.common.collect.Ordering<ImmutablePlan> |
Comparators.getPlanNameProviderCaseInsensitiveOrdering()
This method will be slower than Comparators.getTopLevelPlanNameProviderCaseInsensitiveOrdering() so consider using that
instead. |
Uses of ImmutablePlan in com.atlassian.bamboo.v2.build.dependencies |
---|
Methods in com.atlassian.bamboo.v2.build.dependencies that return types with arguments of type ImmutablePlan | |
---|---|
List<ImmutablePlan> |
DependencyTreeBuilderImpl.getDirectParents(ImmutablePlan plan)
|
List<ImmutablePlan> |
DependencyTreeBuilder.getDirectParents(ImmutablePlan plan)
Visits all the parent Plan for the give build and returns its direct linage in topological order |
Methods in com.atlassian.bamboo.v2.build.dependencies with parameters of type ImmutablePlan | |
---|---|
org.codehaus.plexus.util.dag.DAG |
DependencyTreeBuilderImpl.getDirectDependencyGraph(ImmutablePlan plan)
|
org.codehaus.plexus.util.dag.DAG |
DependencyTreeBuilder.getDirectDependencyGraph(ImmutablePlan plan)
Calculates the direct dependency graph for a particular build |
List<ImmutablePlan> |
DependencyTreeBuilderImpl.getDirectParents(ImmutablePlan plan)
|
List<ImmutablePlan> |
DependencyTreeBuilder.getDirectParents(ImmutablePlan plan)
Visits all the parent Plan for the give build and returns its direct linage in topological order |
Uses of ImmutablePlan in com.atlassian.bamboo.v2.build.trigger |
---|
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type ImmutablePlan | |
---|---|
TriggerReason |
TriggerReason.getChildTriggerReason(BuildContext child,
ImmutablePlan plan)
If build A (triggered because of this TriggerReason) caused builds of plans X,Y,Z to trigger, this method will be called to determine trigger reasons for plans X, Y, Z. |
TriggerReason |
AbstractTriggerReason.getChildTriggerReason(BuildContext child,
ImmutablePlan plan)
|
static DependencyBlockingStrategy |
DependencyBlockingStrategy.getStrategy(ImmutablePlan plan)
Get strategy for build |
Method parameters in com.atlassian.bamboo.v2.build.trigger with type arguments of type ImmutablePlan | |
---|---|
boolean |
DefaultDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey,
Set<? extends ImmutablePlan> plansBeingTriggered)
|
boolean |
DependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey,
Set<? extends ImmutablePlan> siblings)
Checks if build should be blocked, and executes any parent builds if required. |
Uses of ImmutablePlan in com.atlassian.bamboo.v2.trigger |
---|
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ImmutablePlan | |
---|---|
ChildDependencyBuildDetectionAction(ImmutablePlan plan,
PlanIdentifier child,
BuildNumberGeneratorService buildNumberGenerator,
TriggerManager triggerManager,
BuildChanges buildChanges,
ErrorUpdateHandler errorUpdateHandler,
ImmutablePlanCacheService immutablePlanCacheService,
BuildContextBuilderFactory buildContextBuilderFactory)
|
Uses of ImmutablePlan in com.atlassian.bamboo.variable |
---|
Methods in com.atlassian.bamboo.variable with parameters of type ImmutablePlan | |
---|---|
VariableContextBuilder |
VariableContextBuilderImpl.addParentPlanVariablesIfRequired(ImmutablePlan plan)
|
VariableContextBuilder |
VariableContextBuilder.addParentPlanVariablesIfRequired(ImmutablePlan plan)
|
VariableContextBuilder |
VariableContextBuilderImpl.addPlanVariables(ImmutablePlan plan)
|
VariableContextBuilder |
VariableContextBuilder.addPlanVariables(ImmutablePlan plan)
|
void |
CustomVariableContextImpl.setPlan(ImmutablePlan plan)
|
void |
CustomVariableContextForTests.setPlan(ImmutablePlan plan)
|
void |
CustomVariableContext.setPlan(ImmutablePlan plan)
Deprecated. since 5.9 use CustomVariableContextRunner or CustomVariableContext.withVariableSubstitutor(VariableSubstitutor, Runnable) |
void |
CustomVariableContextImpl.setPlan(ImmutablePlan plan,
Map<String,VariableDefinitionContext> variablesContextMap)
|
void |
CustomVariableContextForTests.setPlan(ImmutablePlan plan,
Map<String,VariableDefinitionContext> variablesContextMap)
|
void |
CustomVariableContext.setPlan(ImmutablePlan plan,
Map<String,VariableDefinitionContext> variablesContextMap)
Deprecated. since 5.9 use CustomVariableContextRunner or CustomVariableContext.withVariableSubstitutor(VariableSubstitutor, Runnable) |
void |
VariableValidationServiceImpl.validateIdForPlanVariable(com.atlassian.struts.ValidationAware validationAware,
long variableId,
ImmutablePlan expectedPlan)
|
void |
VariableValidationServiceImpl.validateIdForPlanVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
ImmutablePlan expectedPlan)
|
void |
VariableValidationService.validateIdForPlanVariable(com.atlassian.struts.ValidationAware validationAware,
long variableId,
ImmutablePlan expectedPlan)
Validate if id identifies plan variable of a given plan |
void |
VariableValidationService.validateIdForPlanVariable(com.opensymphony.xwork.ValidationAware validationAware,
long variableId,
ImmutablePlan expectedPlan)
Deprecated. since 5.1 use the method with ValidationAware |
Uses of ImmutablePlan in com.atlassian.bamboo.variable.substitutor |
---|
Methods in com.atlassian.bamboo.variable.substitutor with parameters of type ImmutablePlan | |
---|---|
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForPlan(ImmutablePlan plan)
|
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForPlan(ImmutablePlan planIdentifier)
|
Constructors in com.atlassian.bamboo.variable.substitutor with parameters of type ImmutablePlan | |
---|---|
VariableSubstitutorImpl(ImmutablePlan immutablePlan,
BuildLoggerManager buildLoggerManager,
CapabilityContext capabilityContext,
AgentContext agentContext,
BuildDirectoryManager buildDirectoryManager,
BambooUrl bambooUrl,
VariableDefinitionManager variableDefinitionManager)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2 |
---|
Methods in com.atlassian.bamboo.ww2 with parameters of type ImmutablePlan | |
---|---|
boolean |
FreemarkerContext.isFavourite(ImmutablePlan plan,
javax.servlet.http.HttpServletRequest request)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions |
---|
Methods in com.atlassian.bamboo.ww2.actions that return ImmutablePlan | |
---|---|
ImmutablePlan |
PlanActionSupport.getImmutablePlan()
|
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ImmutablePlan | |
---|---|
void |
PlanActionSupport.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type ImmutablePlan | |
---|---|
void |
ImportMavenPlanAction.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.admin.bulk |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type ImmutablePlan | |
---|---|
boolean |
ManualBuildBulkAction.isApplicable(ImmutablePlan plan)
|
boolean |
BulkActionScope.isApplicable(ImmutablePlan plan)
Returns whether or not a plan is applicable for a certain bulk action, eg. |
boolean |
DisablePlanBulkAction.isApplicable(ImmutablePlan plan)
|
boolean |
AbstractNotificationBulkAction.isApplicable(ImmutablePlan plan)
|
boolean |
EnablePlanBulkAction.isApplicable(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.admin.bulk.repository |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository with parameters of type ImmutablePlan | |
---|---|
List<RepositoryDefinition> |
UpdateWebUrlBulkAction.getRepositoryDefinitions(ImmutablePlan plan)
|
List<RepositoryDefinition> |
CvsBulkAction.getRepositoryDefinitions(ImmutablePlan plan)
|
List<RepositoryDefinition> |
SvnBulkAction.getRepositoryDefinitions(ImmutablePlan plan)
|
List<RepositoryDefinition> |
RepositoryAwareBulkAction.getRepositoryDefinitions(ImmutablePlan plan)
|
boolean |
AbstractRepositoryBulkAction.isApplicable(ImmutablePlan plan)
|
boolean |
UpdateWebUrlBulkAction.isApplicable(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger with parameters of type ImmutablePlan | |
---|---|
boolean |
ReplaceTriggersBulkAction.isApplicable(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.branch |
---|
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type ImmutablePlan | |
---|---|
boolean |
ViewChainBranches.isFavourite(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.build |
---|
Methods in com.atlassian.bamboo.ww2.actions.build that return ImmutablePlan | |
---|---|
ImmutablePlan |
ChainJsonProviderAction.getImmutablePlan()
|
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ImmutablePlan | |
---|---|
void |
ChainJsonProviderAction.setPlan(ImmutablePlan plan)
|
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type ImmutablePlan | |
---|---|
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
CurrentlyBuilding currentlyBuilding,
AgentManager agentManager,
BuildExecutionManager buildExecutionManager,
BambooPermissionManager bambooPermissionManager,
TriggerManager triggerManager,
ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.build.admin |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type ImmutablePlan | |
---|---|
boolean |
DeleteBuilds.isApplicable(ImmutablePlan plan)
|
boolean |
BulkEditBuildPermissions.isApplicable(ImmutablePlan plan)
|
boolean |
MoveBuilds.isApplicable(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.build.admin.config |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return ImmutablePlan | |
---|---|
ImmutablePlan |
ConfigureBuildPermissions.getImmutablePlan()
|
ImmutablePlan |
ConfigureBuildPermissions.getSecuredDomainObject()
|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type ImmutablePlan | |
---|---|
void |
ConfigureBuildPermissions.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.build.admin.config.task |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type ImmutablePlan | |
---|---|
TaskOwner |
TaskOwnerFactory.createPlanTaskOwner(ImmutablePlan immutablePlan)
|
List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedFinalisingTaskDefinitions(ImmutablePlan plan)
|
List<DecoratedTaskDefinition> |
TaskUIConfigBean.getDecoratedTaskDefinitions(ImmutablePlan plan)
|
protected TaskDefinition |
ConfigureBuildTasks.getTaskById(ImmutablePlan plan,
long id)
|
String |
TaskUIConfigBean.prepareViewHtml(ImmutablePlan plan,
TaskDefinition taskDefinition)
|
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type ImmutablePlan | |
---|---|
PlanTaskOwner(ImmutablePlan immutablePlan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.actions.build.admin.create |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return ImmutablePlan | |
---|---|
ImmutablePlan |
CreateChain.getImmutablePlan()
|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type ImmutablePlan | |
---|---|
List<RepositoryOption> |
UIConfigBeanImpl.getRepositoriesForEdit(ImmutablePlan plan,
String selectedRepository)
Returns selection of the repository for 'Add/Edit Repository' actions. |
void |
CreateChain.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.aware |
---|
Methods in com.atlassian.bamboo.ww2.aware that return ImmutablePlan | |
---|---|
ImmutablePlan |
PlanAware.getImmutablePlan()
|
Methods in com.atlassian.bamboo.ww2.aware with parameters of type ImmutablePlan | |
---|---|
void |
PlanAware.setPlan(ImmutablePlan plan)
|
Uses of ImmutablePlan in com.atlassian.bamboo.ww2.beans |
---|
Methods in com.atlassian.bamboo.ww2.beans with parameters of type ImmutablePlan | |
---|---|
DecoratedPlan |
DecoratedNavObjectFactoryImpl.decoratePlan(ImmutablePlan possiblyMutablePlan)
|
DecoratedPlan |
DecoratedNavObjectFactory.decoratePlan(ImmutablePlan plan)
Decorate plan |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |