Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-53620

Attempt to (de-)serialize anonymous class org.jfrog.hudson.action.ActionableHelper$1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • artifactory-plugin
    • None

      WARNING: Attempt to (de-)serialize anonymous class org.jfrog.hudson.action.ActionableHelper$1 in file:/var/hudson/master/plugins/artifactory/WEB-INF/lib/artifactory.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/

       

      javap -classpath /var/hudson/master/plugins/artifactory/WEB-INF/lib/artifactory.jar -l "org.jfrog.hudson.action.ActionableHelper$1"
      Compiled from "ActionableHelper.java"
      public abstract class org.jfrog.hudson.action.ActionableHelper implements java.io.Serializable {
      public org.jfrog.hudson.action.ActionableHelper();
      LineNumberTable:
      line 49: 0
      LocalVariableTable:
      Start Length Slot Name Signature
      0 5 0 this Lorg/jfrog/hudson/action/ActionableHelper;

      public static hudson.maven.reporters.MavenArtifactRecord getLatestMavenArtifactRecord(hudson.maven.MavenBuild);
      LineNumberTable:
      line 53: 0
      LocalVariableTable:
      Start Length Slot Name Signature
      0 10 0 mavenBuild Lhudson/maven/MavenBuild;

      public static <T extends hudson.model.Action> T getLatestAction(hudson.model.Run, java.lang.Class<T>);
      LineNumberTable:
      line 66: 0
      line 67: 6
      line 68: 19
      line 70: 21
      LocalVariableTable:
      Start Length Slot Name Signature
      0 39 0 build Lhudson/model/Run;
      0 39 1 actionClass Ljava/lang/Class;
      6 33 2 records Ljava/util/List;

      public static <T extends hudson.tasks.Publisher> T getPublisher(hudson.model.AbstractProject<?, ?>, java.lang.Class<T>);
      LineNumberTable:
      line 82: 0
      line 83: 13
      line 84: 17
      line 88: 19
      line 89: 32
      LocalVariableTable:
      Start Length Slot Name Signature
      0 34 0 project Lhudson/model/AbstractProject;
      0 34 1 type Ljava/lang/Class;
      13 21 2 publisher Lhudson/tasks/Publisher;

      public static <T extends hudson.tasks.BuildWrapper> T getBuildWrapper(hudson.model.BuildableItem, java.lang.Class<T>);
      LineNumberTable:
      line 110: 0
      LocalVariableTable:
      Start Length Slot Name Signature
      0 9 0 wrapped Lhudson/model/BuildableItem;
      0 9 1 type Ljava/lang/Class;

      public static org.jfrog.hudson.DeployerOverrider getDeployerOverrider(hudson.model.BuildableItem);
      LineNumberTable:
      line 118: 0
      LocalVariableTable:
      Start Length Slot Name Signature
      0 10 0 wrapped Lhudson/model/BuildableItem;

      public static org.jfrog.hudson.ResolverOverrider getResolverOverrider(hudson.model.BuildableItem);
      LineNumberTable:
      line 126: 0
      LocalVariableTable:
      Start Length Slot Name Signature
      0 10 0 wrapped Lhudson/model/BuildableItem;

      public static <T extends hudson.tasks.Builder> java.util.List<T> getBuilder(hudson.model.Project<?, ?>, java.lang.Class<T>);
      LineNumberTable:
      line 138: 0
      line 139: 4
      line 140: 9
      line 141: 37
      line 142: 46
      line 144: 59
      line 145: 62
      LocalVariableTable:
      Start Length Slot Name Signature
      37 22 5 builder Lhudson/tasks/Builder;
      0 64 0 project Lhudson/model/Project;
      0 64 1 type Ljava/lang/Class;
      4 60 2 result Ljava/util/List;
      9 55 3 builders Lhudson/util/DescribableList;

      public static hudson.model.Cause$UpstreamCause getUpstreamCause(hudson.model.Run);
      LineNumberTable:
      line 149: 0
      line 150: 10
      line 151: 14
      line 152: 43
      line 153: 50
      line 155: 55
      line 157: 58
      LocalVariableTable:
      Start Length Slot Name Signature
      43 12 3 cause Lhudson/model/Cause;
      0 60 0 build Lhudson/model/Run;
      10 50 1 action Lhudson/model/CauseAction;

      public static java.lang.String getUserCausePrincipal(hudson.model.Run);
      LineNumberTable:
      line 165: 0
      LocalVariableTable:
      Start Length Slot Name Signature
      0 7 0 build Lhudson/model/Run;

      public static java.lang.String getUserCausePrincipal(hudson.model.Run, java.lang.String);
      LineNumberTable:
      line 174: 0
      line 175: 5
      line 176: 7
      line 177: 18
      line 179: 23
      LocalVariableTable:
      Start Length Slot Name Signature
      0 25 0 build Lhudson/model/Run;
      0 25 1 defaultPrincipal Ljava/lang/String;
      5 20 2 userCause Lhudson/model/Cause$UserIdCause;
      7 18 3 principal Ljava/lang/String;

      public static java.lang.String getBuildUrl(hudson.model.Run);
      LineNumberTable:
      line 195: 0
      line 196: 7
      line 197: 14
      line 199: 17
      LocalVariableTable:
      Start Length Slot Name Signature
      0 39 0 build Lhudson/model/Run;
      7 32 1 root Ljava/lang/String;

      public static java.util.List<org.jfrog.hudson.action.ArtifactoryProjectAction> getArtifactoryProjectAction(java.lang.String, hudson.model.AbstractProject);
      LineNumberTable:
      line 211: 0
      line 213: 12
      LocalVariableTable:
      Start Length Slot Name Signature
      0 32 0 artifactoryServerName Ljava/lang/String;
      0 32 1 project Lhudson/model/AbstractProject;

      public static java.util.List<org.jfrog.hudson.action.ArtifactoryProjectAction> getArtifactoryProjectAction(java.lang.String, hudson.model.AbstractProject, java.lang.String);
      LineNumberTable:
      line 238: 0
      line 239: 8
      line 242: 12
      LocalVariableTable:
      Start Length Slot Name Signature
      0 32 0 artifactoryServerName Ljava/lang/String;
      0 32 1 project Lhudson/model/AbstractProject;
      0 32 2 buildName Ljava/lang/String;

      public static java.lang.String getArtifactoryPluginVersion();
      LineNumberTable:
      line 251: 0
      line 253: 3
      line 254: 9
      line 255: 19
      line 256: 32
      line 258: 46
      LocalVariableTable:
      Start Length Slot Name Signature
      3 46 0 pluginsSortName Ljava/lang/String;

      public static int getDefaultConnectionRetries();
      LineNumberTable:
      line 267: 0

      public static void deleteFilePath(hudson.FilePath, java.lang.String) throws java.io.IOException;
      LineNumberTable:
      line 278: 0
      line 280: 7
      line 281: 17
      line 284: 22
      line 282: 25
      line 283: 26
      line 286: 53
      LocalVariableTable:
      Start Length Slot Name Signature
      17 5 2 propertiesFile Lhudson/FilePath;
      26 27 2 e Ljava/lang/Exception;
      0 54 0 workspace Lhudson/FilePath;
      0 54 1 path Ljava/lang/String;

      public static void deleteFilePathOnExit(hudson.FilePath, java.lang.String) throws java.io.IOException, java.lang.InterruptedException;
      LineNumberTable:
      line 296: 0
      line 297: 10
      line 298: 14
      LocalVariableTable:
      Start Length Slot Name Signature
      0 15 0 workspace Lhudson/FilePath;
      0 15 1 path Ljava/lang/String;
      10 5 2 filePath Lhudson/FilePath;

      public static void deleteFilePathOnExit(hudson.FilePath) throws java.io.IOException, java.lang.InterruptedException;
      LineNumberTable:
      line 307: 0
      line 313: 12
      LocalVariableTable:
      Start Length Slot Name Signature
      0 13 0 filePath Lhudson/FilePath;

      public static hudson.model.Node getNode(hudson.Launcher);
      LineNumberTable:
      line 316: 0
      line 317: 2
      line 318: 6
      line 319: 31
      line 320: 43
      line 321: 49
      line 318: 52
      line 324: 58
      LocalVariableTable:
      Start Length Slot Name Signature
      31 21 6 c Lhudson/model/Computer;
      0 60 0 launcher Lhudson/Launcher;
      2 58 1 node Lhudson/model/Node;
      6 54 2 j Ljenkins/model/Jenkins;
      }

            eyalbe Eyal Ben Moshe
            sakshisood sakshi sood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: