Interface ReleaseProgress
- All Superinterfaces:
ActionProgress,Serializable
Deprecated.
Interface providing access to the progress information of a
server release action.- Since:
- 4.0.17
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumDeprecated.since 5.2.180606, useReleaseOperationinstead -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.since 5.2.180606, useReleaseOperationinsteadDeprecated.since 5.2.180606, useReleaseOperationinstead@NotNull EnumMap<ReleaseProgress.ProblemType,Set<Long>> Deprecated.since 5.2.180606, useReleaseOperationinsteadDeprecated.since 5.2.180606, useReleaseOperationinsteadbooleanDeprecated.since 5.2.180606, useReleaseOperationinsteadMethods inherited from interface de.espirit.firstspirit.access.ActionProgress
getLog, getProgress, getStatus, isFinished
-
Method Details
-
getReleasedElements
Deprecated.since 5.2.180606, useReleaseOperationinsteadReturns a set of ID's of all elements which were successfully released during release process.
IfisCheckOnlyMode()istruethis Set contains all elements which would be released.- Returns:
- set of ID's of released elements
- Since:
- 4.0.17
-
getMissingPermissionElements
Deprecated.since 5.2.180606, useReleaseOperationinsteadReturns a set of ID's of all elements which couldn't be released cause of missing release permissions.- Returns:
- set of ID's of all elements with missing permissions
- Since:
- 4.0.17
-
getLockFailedElements
Deprecated.since 5.2.180606, useReleaseOperationinsteadReturns a set of ID's of all elements which couldn't be locked.- Returns:
- set of ID's of all elements which couldnt' be locked.
- Since:
- 4.0.17
-
getProblematicElements
@Deprecated @NotNull @NotNull EnumMap<ReleaseProgress.ProblemType,Set<Long>> getProblematicElements()Deprecated.since 5.2.180606, useReleaseOperationinsteadReturns a map containing all elements which would cause problem during release.- Since:
- 4.0.17
-
isCheckOnlyMode
Deprecated.since 5.2.180606, useReleaseOperationinsteadReturnstrueif the belonging server release action was started in 'check-only' mode.
If the server action runs in 'check-only' mode the whole release is only tested but the involved elements will not be released.- Returns:
trueif action was started in 'check-only' mode,falseotherwise- Since:
- 4.0.17
-
ReleaseOperationinstead