diff --git a/core/src/main/java/jenkins/model/GlobalCloudConfiguration.java b/core/src/main/java/jenkins/model/GlobalCloudConfiguration.java deleted file mode 100644 index 022474b496ba..000000000000 --- a/core/src/main/java/jenkins/model/GlobalCloudConfiguration.java +++ /dev/null @@ -1,39 +0,0 @@ -package jenkins.model; - -import edu.umd.cs.findbugs.annotations.CheckForNull; -import hudson.Extension; -import hudson.RestrictedSince; -import hudson.model.RootAction; -import org.jenkinsci.Symbol; -import org.kohsuke.accmod.Restricted; -import org.kohsuke.accmod.restrictions.NoExternalUse; - -/** - * Redirects from /configureClouds to /cloud/. - * Previously was the form for clouds. - * @deprecated Replaced by {@link jenkins.agents.CloudsLink} and {@link jenkins.agents.CloudSet}. - */ -@Extension -@Symbol("cloud") -@Restricted(NoExternalUse.class) -@RestrictedSince("2.205") -@Deprecated -public class GlobalCloudConfiguration implements RootAction { - - @CheckForNull - @Override - public String getIconFileName() { - return null; - } - - @CheckForNull - @Override - public String getDisplayName() { - return Messages.GlobalCloudConfiguration_DisplayName(); - } - - @Override - public String getUrlName() { - return "configureClouds"; - } -} diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index.groovy b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index.groovy deleted file mode 100644 index d4d5e19e7420..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index.groovy +++ /dev/null @@ -1,5 +0,0 @@ -package jenkins.model.GlobalCloudConfiguration - -def st = namespace("jelly:stapler") - -st.redirect(url: rootURL + "/manage/cloud/") diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_da.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_da.properties deleted file mode 100644 index dbd4bcd37acd..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_da.properties +++ /dev/null @@ -1,25 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2010, Sun Microsystems, Inc. Kohsuke Kawaguchi. Knud Poulsen. -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Delete\ cloud=Slet sky -Cloud=Sky -Add\ a\ new\ cloud=Tilføj en ny sky diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_de.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_de.properties deleted file mode 100644 index 27371e4127e6..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_de.properties +++ /dev/null @@ -1,27 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Simon Wiest -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Cloud=Cloud -Add\ a\ new\ cloud=Neue Cloud hinzufügen -Delete\ cloud=Cloud löschen - - diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_es.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_es.properties deleted file mode 100644 index d8e37185d417..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_es.properties +++ /dev/null @@ -1,26 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Cloud=Nube -Add\ a\ new\ cloud=Añadir una nueva nube -Delete\ cloud=Borrar la nube - diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_fr.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_fr.properties deleted file mode 100644 index c125d33efd4d..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_fr.properties +++ /dev/null @@ -1,25 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Eric Lefevre-Ardant -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Cloud= -Add\ a\ new\ cloud=Ajouter un nouveau cloud - diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_it.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_it.properties deleted file mode 100644 index 2003768dddb7..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_it.properties +++ /dev/null @@ -1,35 +0,0 @@ -# The MIT License -# -# Italian localization plugin for Jenkins -# Copyright © 2020 Alessandro Menti -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Add\ a\ new\ cloud=Aggiungi un nuovo cloud -Apply=Applica -Back\ to\ Dashboard=Torna al cruscotto -Delete\ cloud=Elimina cloud -Go\ to\ plugin\ manager.=Vai al Gestore componenti aggiuntivi. -Loading=Caricamento in corso -Manage\ Nodes=Gestisci nodi -No\ clouds\ have\ been\ configured.=Non è stato configurato nessun cloud. -Save=Salva -There\ are\ no\ cloud\ implementations\ for\ dynamically\ allocated\ agents\ installed.\ =\ - Non sono state installate implementazioni cloud per agenti allocati \ - dinamicamente. diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_ja.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_ja.properties deleted file mode 100644 index 0c517dd44eec..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_ja.properties +++ /dev/null @@ -1,26 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2011, Sun Microsystems, Inc., Kohsuke Kawaguchi, Seiji Sogabe -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Cloud=クラウド -Add\ a\ new\ cloud=追加 -Delete\ cloud=削除 - diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_pt_BR.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_pt_BR.properties deleted file mode 100644 index 0865651dd73d..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_pt_BR.properties +++ /dev/null @@ -1,25 +0,0 @@ -# The MIT License -# -# Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Reginaldo L. Russinholi, Cleiber Silva, Fernando Boaglio -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Delete\ cloud= Apagar uma nuvem -Cloud=Nuvem -Add\ a\ new\ cloud=Adicionar uma nova nuvem diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_sr.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_sr.properties deleted file mode 100644 index db9aff190cab..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_sr.properties +++ /dev/null @@ -1,5 +0,0 @@ -# This file is under the MIT License by authors - -Delete\ cloud=Уклони cloud -Cloud=Cloud -Add\ a\ new\ cloud=Додај нови cloud diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_sv_SE.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_sv_SE.properties deleted file mode 100644 index 225e4dc519ec..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_sv_SE.properties +++ /dev/null @@ -1,5 +0,0 @@ -# This file is under the MIT License by authors - -Delete\ cloud=Radera moln -Cloud=Moln -Add\ a\ new\ cloud=Lägg till ett nytt moln diff --git a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_zh_TW.properties b/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_zh_TW.properties deleted file mode 100644 index 6803290f4ddf..000000000000 --- a/core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index_zh_TW.properties +++ /dev/null @@ -1,27 +0,0 @@ -# The MIT License -# -# Copyright (c) 2013, Chunghwa Telecom Co., Ltd., Pei-Tang Huang -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -# THE SOFTWARE. - -Back\ to\ Dashboard=返回資訊主頁 -Manage\ Nodes=管理節點 -Cloud=雲 -Add\ a\ new\ cloud=新增雲 -Delete\ cloud=刪除雲