Class Util.GetAppFileMetadataTask
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<AppFileMetadata>
-
- org.jenkinsci.plugins.googleplayandroidpublisher.Util.GetAppFileMetadataTask
-
- All Implemented Interfaces:
FilePath.FileCallable<AppFileMetadata>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Enclosing class:
- Util
public static final class Util.GetAppFileMetadataTask extends MasterToSlaveFileCallable<AppFileMetadata>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetAppFileMetadataTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppFileMetadata
invoke(File file, hudson.remoting.VirtualChannel virtualChannel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Method Detail
-
invoke
public AppFileMetadata invoke(File file, hudson.remoting.VirtualChannel virtualChannel) throws IOException
- Throws:
IOException
-
-