Package com.pulumi.automation
Class HistoryOptions
java.lang.Object
com.pulumi.automation.HistoryOptions
Options controlling the behavior of a
WorkspaceStack.getHistory()
operation.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoryOptions.Builderbuilder()Returns a new builder forHistoryOptions.page()Returns the page.pageSize()Returns the page size.booleanShow config secrets when they appear.
-
Method Details
-
builder
Returns a new builder forHistoryOptions.- Returns:
- the builder
-
page
Returns the page.- Returns:
- the page
-
pageSize
Returns the page size.- Returns:
- the page size
-
showSecrets
public boolean showSecrets()Show config secrets when they appear.- Returns:
- whether to show secrets
-