Package org.gitlab4j.api.models
Class CreateRunnerParams
- java.lang.Object
-
- org.gitlab4j.api.models.CreateRunnerParams
-
- All Implemented Interfaces:
java.io.Serializable
public class CreateRunnerParams extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateRunnerParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitLabFormgetForm()java.lang.StringtoString()CreateRunnerParamswithAccessLevel(java.lang.String accessLevel)CreateRunnerParamswithDescription(java.lang.String description)CreateRunnerParamswithGroupId(java.lang.Long groupId)CreateRunnerParamswithLocked(java.lang.Boolean locked)CreateRunnerParamswithMaintenanceNote(java.lang.String maintenanceNote)CreateRunnerParamswithMaximumTimeout(java.lang.Integer maximumTimeout)CreateRunnerParamswithPaused(java.lang.Boolean paused)CreateRunnerParamswithProjectId(java.lang.Long projectId)CreateRunnerParamswithRunnerType(Runner.RunnerType runnerType)CreateRunnerParamswithRunUntagged(java.lang.Boolean runUntagged)CreateRunnerParamswithTagList(java.util.List<java.lang.String> tagList)
-
-
-
Method Detail
-
getForm
public GitLabForm getForm()
-
withRunnerType
public CreateRunnerParams withRunnerType(Runner.RunnerType runnerType)
-
withGroupId
public CreateRunnerParams withGroupId(java.lang.Long groupId)
-
withProjectId
public CreateRunnerParams withProjectId(java.lang.Long projectId)
-
withDescription
public CreateRunnerParams withDescription(java.lang.String description)
-
withPaused
public CreateRunnerParams withPaused(java.lang.Boolean paused)
-
withLocked
public CreateRunnerParams withLocked(java.lang.Boolean locked)
-
withRunUntagged
public CreateRunnerParams withRunUntagged(java.lang.Boolean runUntagged)
-
withTagList
public CreateRunnerParams withTagList(java.util.List<java.lang.String> tagList)
-
withAccessLevel
public CreateRunnerParams withAccessLevel(java.lang.String accessLevel)
-
withMaximumTimeout
public CreateRunnerParams withMaximumTimeout(java.lang.Integer maximumTimeout)
-
withMaintenanceNote
public CreateRunnerParams withMaintenanceNote(java.lang.String maintenanceNote)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-