動作
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
回報問題open_in_new
查看原始碼open_in_new
。
。
。
。
夜間
。
。
。
7.3
7.2
。
。
7.1
7.0
6.5
。
。
分析規則時建立的動作。
這個物件僅供測試之用,可從 Actions
供應商取得。在規則的實作函式中,通常不需要存取 Action
物件或其欄位。您可以改為瀏覽規則頁面,瞭解在定義自訂規則時使用動作的一般討論,或瀏覽 API 參考資料來建立動作。
這個物件的部分欄位僅適用於特定類型的動作。不適用的欄位會設為 None
。
成員
args
sequence Action.args
這是凍結的
Args 物件清單,內含動作引數的相關資訊。這些物件含有準確的引數資訊,包括涉及展開動作輸出目錄的引數。不過,在分析階段無法讀取
Args 物件。如需分析階段中可用引數的準確度偏低,請參閱
argv。
請注意,部分類型的操作尚未支援顯示這個欄位。針對這類動作類型,此值為 None
。
可能會傳回 None
。
argv
sequence Action.argv
針對
ctx.actions.run() 或
ctx.actions.run_shell() 建立的動作,這是不可變更的指令列引數清單。請注意,如果是殼層動作,前兩個引數會是殼層路徑和
"-c"
。
可能會傳回
None
。
內容
string Action.content
針對由
ctx.actions.write() 或
ctx.actions.expand_template() 建立的動作,如果可在分析階段運算期間計算檔案的內容,則系統會寫入檔案內容。如果無法在執行階段決定內容 (例如需要展開
Args 物件中的目錄),值為
None
。
可能會傳回
None
。
env
dict Action.env
「已修正」環境變數這只包含動作定義明確指定的環境設定,因此會省略只在執行環境中預先設置的設定。
depset Action.inputs
這項操作的一組輸入檔案。
助憶鍵
string Action.mnemonic
這個動作的記憶法。
輸出內容
depset Action.outputs
這項操作的輸出檔案。
substitutions
dict Action.substitutions
針對
ctx.actions.expand_template() 建立的動作,此為不可變動的字典,以保留替代對應。
可能會傳回
None
。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-29 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-29 (世界標準時間)。"],[],[]]