jenkins.plugins.deployedoncolumn
Class DeployedOnColumn

java.lang.Object
  extended by hudson.views.ListViewColumn
      extended by jenkins.plugins.deployedoncolumn.DeployedOnColumn
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.views.ListViewColumn>

public class DeployedOnColumn
extends hudson.views.ListViewColumn

Since:
01/10/2012 16:15
Author:
stephenc

Nested Class Summary
static class DeployedOnColumn.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.views.ListViewColumn
LIST
 
Constructor Summary
DeployedOnColumn()
           
 
Method Summary
 List<DeployedOnAction> getActions(hudson.model.Item item)
           
 boolean isAbsolute(String url)
           
 
Methods inherited from class hudson.views.ListViewColumn
all, createDefaultInitialColumnList, getColumnCaption, getDescriptor, shownByDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedOnColumn

@DataBoundConstructor
public DeployedOnColumn()
Method Detail

getActions

public List<DeployedOnAction> getActions(hudson.model.Item item)

isAbsolute

public boolean isAbsolute(String url)


Copyright © 2004-2013. All Rights Reserved.