Uses of Class
com.aspose.tasks.cloud.model.TaskBaseline
Packages that use TaskBaseline
-
Uses of TaskBaseline in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return TaskBaselineModifier and TypeMethodDescriptionTaskBaseline.durationFormat
(TimeUnitType durationFormat) TaskBaseline.estimatedDuration
(Boolean estimatedDuration) TaskBaseline.finish
(org.threeten.bp.OffsetDateTime finish) TaskBaseline.start
(org.threeten.bp.OffsetDateTime start) Methods in com.aspose.tasks.cloud.model that return types with arguments of type TaskBaselineModifier and TypeMethodDescriptionTask.getBaselines()
Gets or sets the collection of baseline values of the task.Methods in com.aspose.tasks.cloud.model with parameters of type TaskBaselineMethod parameters in com.aspose.tasks.cloud.model with type arguments of type TaskBaselineModifier and TypeMethodDescriptionTask.baselines
(List<TaskBaseline> baselines) void
Task.setBaselines
(List<TaskBaseline> baselines)