AbstractFileSystemProgressLoggingJob Class |
Namespace: CMS.ContinuousIntegration.Internal
public abstract class AbstractFileSystemProgressLoggingJob : AbstractFileSystemJob
The AbstractFileSystemProgressLoggingJob type exposes the following members.
Name | Description | |
---|---|---|
ContentStagingTaskCollection |
Object for collecting content staging tasks during CI restore.
(Inherited from AbstractFileSystemJob.) | |
RepositoryConfiguration |
Gets the current instance of repository configuration
(Inherited from AbstractFileSystemJob.) | |
RepositoryPathHelper |
Object for working with file paths in file system repository.
(Inherited from AbstractFileSystemJob.) | |
TranslationHelper |
Provides object translation. Used in serialization to optimize database calls.
(Inherited from AbstractFileSystemJob.) | |
UseFileMetadata |
Indicates whether objects' file meta-data are used or not (see FileMetadataInfo).
(Inherited from AbstractFileSystemJob.) |
Name | Description | |
---|---|---|
CancellableForEachT(CancellationToken, IEnumerableT, ActionT) |
Enumerates through collection checking cancellationToken
before each iteration and performing action on each item in the collection.
(Inherited from AbstractFileSystemJob.) | |
CancellableForEachT(CancellationToken, IEnumerableT, ActionT, Int32) |
Enumerates through collection checking cancellationToken
before each iteration and performing action on each item in the collection.
(Inherited from AbstractFileSystemJob.) | |
CheckContinuousIntegrationLicense |
Check license requirement for Continuous Integration and throws LicenseException if they are not met.
(Inherited from AbstractFileSystemJob.) | |
GetLogObjectName(BaseInfo) |
Gets display name or code name or GUID or ID of provided info.
| |
GetLogObjectName(ObjectTypeInfo, BaseInfo) |
Gets display name or code name or GUID or ID of provided info.
| |
GetNewJobWithSharedResourcesTJob |
Gets new job of TJob using factoryJobGetter and initializes it with all properties used in
InitializeWith``1(UMP, FileSystemJobConfiguration)
of the job calling this method.
(Inherited from AbstractFileSystemJob.) | |
GetNewJobWithSharedResourcesAndHandlersTJob |
Gets new job of TJob using factoryJobGetter and initializes it with all properties used in
InitializeWith``1(UMP, FileSystemJobConfiguration)
and registers all handlers using SetLogProgressHandler``1(UMP, EventHandlerLogProgressEventArgs)
of the job calling this method.
| |
InitializeCancellationToken |
If provided cancellationToken is not null, the token is used;
otherwise, new CancellationToken is created so as the derived class
does not need to -checked each token's use.
(Inherited from AbstractFileSystemJob.) | |
RaiseLogProgress(LogItem) |
Logs message to progress log.
| |
RaiseLogProgress(String, LogItemTypeEnum, LogItemActionTypeEnum) |
Logs message to progress log.
| |
RegisterTranslationRecord |
Registers a new translation record into TranslationHelper.
(Inherited from AbstractFileSystemJob.) |