Property | Type | Description | |
---|---|---|---|
PublishDialogWindow | GoogleCloudExtension.PublishDialogSteps.ChoiceStep |
Method | Description | |
---|---|---|
CanPublish ( ISolutionProject project ) : bool |
Returns true if project can be published using this wizard.
|
|
PromptUser ( ISolutionProject project ) : void |
Starts the publish wizard for the given project.
|
Method | Description | |
---|---|---|
PublishDialogWindow ( ISolutionProject project ) : GoogleCloudExtension.PublishDialogSteps.ChoiceStep |
public static CanPublish ( ISolutionProject project ) : bool | ||
project | ISolutionProject | The project to check. |
return | bool |
public static PromptUser ( ISolutionProject project ) : void | ||
project | ISolutionProject | The project to publish. |
return | void |