It doesn't appear that the name= argument appears in the UI. In other 
words, I do
slave_factory.addStep(ShellCommand,
            name='Uncompressing source',
            haltOnFailure=True,
            command=['unzip','-o', 'src.zip'])
And I still see the 'unzip -o src.zip' in the status, not my text...