Package step.artefacts
Class FunctionGroup
java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.accessors.AbstractOrganizableObject
step.core.artefacts.AbstractArtefact
step.artefacts.TokenSelector
step.artefacts.FunctionGroup
-
Field Summary
FieldsFields inherited from class step.core.artefacts.AbstractArtefact
attachments, children, customAttributes, description, dynamicName, useDynamicNameFields inherited from class step.core.accessors.AbstractOrganizableObject
attributes, NAME, VERSIONFields inherited from class step.core.accessors.AbstractIdentifiableObject
customFields, ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConsumer(BiConsumer<AbstractArtefact, ReportNode> consumer) voidsetContainerCommand(DynamicValue<String> containerCommand) voidsetContainerUser(DynamicValue<String> containerUser) voidsetDockerImage(DynamicValue<String> dockerImage) Methods inherited from class step.artefacts.TokenSelector
getRemote, getToken, setRemote, setTokenMethods inherited from class step.core.artefacts.AbstractArtefact
addAttachment, addChild, addCustomAttribute, deepCleanupAllCustomAttributes, equals, getArtefactName, getAttachments, getChildren, getContinueParentNodeExecutionOnError, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isPropertyArefact, isUseDynamicName, setAttachments, setChildren, setContinueParentNodeExecutionOnError, setCustomAttributes, setDescription, setDynamicName, setInstrumentNode, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicNameMethods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributesMethods inherited from class step.core.accessors.AbstractIdentifiableObject
addCustomField, computeCustomFieldIfAbsent, getCustomField, getCustomField, getCustomFields, getId, setCustomFields, setId
-
Field Details
-
FUNCTION_GROUP_ARTEFACT_NAME
- See Also:
-
-
Constructor Details
-
FunctionGroup
public FunctionGroup()
-
-
Method Details
-
getConsumer
- Returns:
- an optional
BiConsumerrepresenting an operation to be performed inside theFunctionGroup
-
setConsumer
-
getDockerImage
-
setDockerImage
-
getContainerUser
-
setContainerUser
-
getContainerCommand
-
setContainerCommand
-