Package org.azd.git.types
Class GitPullRequestMergeOptions
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.git.types.GitPullRequestMergeOptions
This class contains the metadata of a service/extension posting a status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setConflictAuthorshipCommits
(boolean conflictAuthorshipCommits) void
setDetectRenameFalsePositives
(boolean detectRenameFalsePositives) void
setDisableRenames
(boolean disableRenames) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
GitPullRequestMergeOptions
public GitPullRequestMergeOptions()
-
-
Method Details
-
getConflictAuthorshipCommits
public boolean getConflictAuthorshipCommits() -
setConflictAuthorshipCommits
public void setConflictAuthorshipCommits(boolean conflictAuthorshipCommits) -
getDetectRenameFalsePositives
public boolean getDetectRenameFalsePositives() -
setDetectRenameFalsePositives
public void setDetectRenameFalsePositives(boolean detectRenameFalsePositives) -
getDisableRenames
public boolean getDisableRenames() -
setDisableRenames
public void setDisableRenames(boolean disableRenames)
-