Uses of Interface
com.polarion.qcentre.factbase.IFactBase
Packages that use IFactBase
Package
Description
-
Uses of IFactBase in com.polarion.qcentre.factbase
Methods in com.polarion.qcentre.factbase that return IFactBaseModifier and TypeMethodDescriptionFactBaseURI.getFactBase(IFactBaseRepository factBaseRepository) IBaseElement.getFactBase()Return the factbase, main container of base elements.Methods in com.polarion.qcentre.factbase with parameters of type IFactBase -
Uses of IFactBase in com.polarion.qcentre.factbase.assemble
Methods in com.polarion.qcentre.factbase.assemble that return IFactBase -
Uses of IFactBase in com.polarion.qcentre.factbase.expressions
Methods in com.polarion.qcentre.factbase.expressions with parameters of type IFactBase -
Uses of IFactBase in com.polarion.qcentre.factbase.impl
Methods in com.polarion.qcentre.factbase.impl that return IFactBaseMethods in com.polarion.qcentre.factbase.impl with parameters of type IFactBase -
Uses of IFactBase in com.polarion.qcentre.factbase.serialization
Methods in com.polarion.qcentre.factbase.serialization that return IFactBaseModifier and TypeMethodDescriptionCachedFactBaseRepository.loadFactBase(String factBaseId, String buildArtifact, String tag, boolean snapshot) IFactBaseRepository.loadFactBase(String factBaseId, String buildArtifact, String tag, boolean snapshot) MemoryFactBaseRepository.loadFactBase(String factBaseId, String buildArtifact, String tag, boolean snapshot) SimpleFSFactBaseRepository.loadFactBase(String factBaseId, String buildArtifact, String tag, boolean snapshot) Methods in com.polarion.qcentre.factbase.serialization with parameters of type IFactBaseModifier and TypeMethodDescriptionvoidCachedFactBaseRepository.storeFactBase(IFactBase factBase, boolean appendTag, boolean makeSnapshot) voidIFactBaseRepository.storeFactBase(IFactBase factBase, boolean appendTag, boolean makeSnapshot) store factbase according to the factbase.buildartifact, id and tagvoidMemoryFactBaseRepository.storeFactBase(IFactBase factBase, boolean appendTag, boolean makeSnapshot) voidSimpleFSFactBaseRepository.storeFactBase(IFactBase factBase, boolean appendTag, boolean makeSnapshot) -
Uses of IFactBase in com.polarion.qcentre.factbase.tools
Methods in com.polarion.qcentre.factbase.tools with parameters of type IFactBaseModifier and TypeMethodDescriptionstatic voidSimpleFactBaseAggregator.aggregete(IBaseElement[] elements, IFactBase to) static voidSimpleTrendFactBaseProcessor.updateTrend(IFactBase staticFB, String[] factTypes, int level, IFactBase trendFB) static voidSimpleTrendFactBaseProcessor.updateTrend(IFactElement[] facts, IFactBase trendFB) boolean -
Uses of IFactBase in com.polarion.qcentre.factbase.tools.sub
Methods in com.polarion.qcentre.factbase.tools.sub that return IFactBase