Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-19179] - Allow internal API calls, which disable the project.
This change provides the compatibility with project deletion flows, which disable configurations/projects before the deletion. All specified values will be replaced by the current status of the parent project. Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -117,10 +117,7 @@ public final boolean isDisabled() { | ||
|
||
@Override | ||
public final void makeDisabled(boolean b) throws IOException { | ||
super.makeDisabled(getParent().isDisabled()); | ||
} | ||
|
||
@Override | ||