Package io.jenkins.plugins.swarmcloud
Class ServiceLabels
java.lang.Object
io.jenkins.plugins.swarmcloud.ServiceLabels
Constants for Docker Swarm service labels used to identify and manage Jenkins agent services.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMarks a Docker Swarm service as a Jenkins agent.static final StringStores the Jenkins agent name.static final StringIdentifies the Jenkins cloud that owns the service.static final StringThe cloud name value used in CLOUD label.static final StringTimestamp (millis) when the service was created.static final StringStores the template name used to create the agent. -
Method Summary
-
Field Details
-
AGENT
Marks a Docker Swarm service as a Jenkins agent. Value: "true"- See Also:
-
AGENT_NAME
Stores the Jenkins agent name.- See Also:
-
TEMPLATE
Stores the template name used to create the agent.- See Also:
-
CLOUD
Identifies the Jenkins cloud that owns the service.- See Also:
-
CREATED
Timestamp (millis) when the service was created.- See Also:
-
CLOUD_NAME
The cloud name value used in CLOUD label.- See Also:
-