Class Variable
java.lang.Object
ink.icoding.github4j.model.Variable
Variable(Actions 变量)。
表示 GitHub Actions 中的一个环境变量,可在工作流中使用。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getValue()voidsetCreatedAt(Instant createdAt) voidvoidsetUpdatedAt(Instant updatedAt) void
-
Constructor Details
-
Variable
public Variable()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getCreatedAt
-
setCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-