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 Summary
-
Method Summary
-
Constructor Details
-
BbSaveContentResponse
public BbSaveContentResponse()
-
-
Method Details
-
getCommitId
- Returns:
- commit id of the saved content
-