Package com.github._1c_syntax.bsl.mdo
Class ScheduledJob.ScheduledJobBuilder
java.lang.Object
com.github._1c_syntax.bsl.mdo.ScheduledJob.ScheduledJobBuilder
- Enclosing class:
- ScheduledJob
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) Представление регламентного заданияКлюч уникальностиmdoReference
(com.github._1c_syntax.bsl.types.MdoReference mdoReference) methodName
(Handler methodName) Полное имя метода, включающее имя общего модуляobjectBelonging
(ObjectBelonging objectBelonging) predefined
(boolean predefined) ПредопределенныйrestartCountOnFailure
(int restartCountOnFailure) Количество попыток перезапуска при ошибкеrestartIntervalOnFailure
(int restartIntervalOnFailure) Интервал перезапуска при ошибкеsupportVariant
(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) synonym
(MultiLanguageString synonym) toString()
use
(boolean use) Использование по умолчанию
-
Method Details
-
uuid
- Returns:
this
.
-
name
- Returns:
this
.
-
mdoReference
public ScheduledJob.ScheduledJobBuilder mdoReference(com.github._1c_syntax.bsl.types.MdoReference mdoReference) - Returns:
this
.
-
objectBelonging
- Returns:
this
.
-
comment
- Returns:
this
.
-
synonym
- Returns:
this
.
-
supportVariant
public ScheduledJob.ScheduledJobBuilder supportVariant(com.github._1c_syntax.bsl.support.SupportVariant supportVariant) - Returns:
this
.
-
methodName
Полное имя метода, включающее имя общего модуля- Returns:
this
.
-
description
Представление регламентного задания- Returns:
this
.
-
key
Ключ уникальности- Returns:
this
.
-
use
Использование по умолчанию- Returns:
this
.
-
predefined
Предопределенный- Returns:
this
.
-
restartCountOnFailure
Количество попыток перезапуска при ошибке- Returns:
this
.
-
restartIntervalOnFailure
Интервал перезапуска при ошибке- Returns:
this
.
-
build
-
toString
-