Class BbSaveContentResponse
java.lang.Object
io.jenkins.blueocean.blueocean_bitbucket_pipeline.model.BbSaveContentResponse
- Direct Known Subclasses:
- BbCloudSaveContentResponse,- BbServerSaveContentResponse
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public abstract class BbSaveContentResponse
extends Object
Response from saving content to Bitbucket.
- Author:
- Vivek Pandey
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BbSaveContentResponsepublic BbSaveContentResponse()
 
- 
- 
Method Details- 
getCommitId- Returns:
- commit id of the saved content
 
 
-